Package yum :: Module plugins
[hide private]
[frames] | no frames]

Module plugins

source code

Classes [hide private]
  DeprecatedInt
A simple int subclass that used to check when a deprecated constant is used.
  PluginYumExit
Used by plugins to signal that yum should stop
  YumPlugins
Manager class for Yum plugins.
  DummyYumPlugins
This class provides basic emulation of the YumPlugins class.
  PluginConduit
  ConfigPluginConduit
  PostConfigPluginConduit
  InitPluginConduit
  ArgsPluginConduit
  PreRepoSetupPluginConduit
  PostRepoSetupPluginConduit
  DownloadPluginConduit
  MainPluginConduit
  DepsolvePluginConduit
Functions [hide private]
 
parsever(apiver) source code
 
apiverok(a, b)
Return true if API version "a" supports API version "b"
source code
Variables [hide private]
  API_VERSION = '2.6'
  TYPE_CORE = 0
  TYPE_INTERACTIVE = 1
  TYPE_INTERFACE = 1
  ALL_TYPES = (0, 1)
  SLOT_TO_CONDUIT = {'args': 'ArgsPluginConduit', 'clean': 'Plug...
  SLOTS = ['exclude', 'prereposetup', 'args', 'predownload', 'po...
  __package__ = 'yum'
Variables Details [hide private]

SLOT_TO_CONDUIT

Value:
{'args': 'ArgsPluginConduit',
 'clean': 'PluginConduit',
 'close': 'PluginConduit',
 'config': 'ConfigPluginConduit',
 'exclude': 'MainPluginConduit',
 'init': 'InitPluginConduit',
 'postconfig': 'PostConfigPluginConduit',
 'postdownload': 'DownloadPluginConduit',
...

SLOTS

Value:
['exclude',
 'prereposetup',
 'args',
 'predownload',
 'postconfig',
 'pretrans',
 'close',
 'postresolve',
...