PluginManager

class xdm.plugins.pluginManager.PluginManager(path='corePlugins')

Class that manages/provides and finds plugins

find_subclasses(cls, reloadModule=False, debug=False, path='')

Find all subclass of cls in py files located below path (does look in sub directories)

@param path: the path to the top level folder to walk @type path: str @param cls: the base class that all subclasses should inherit from @type cls: class @rtype: list @return: a list if classes that are subclasses of cls

pylintScoreError = 4

send an error when score is bellow or equal this

pylintScoreWarning = 7

send a warning when score is bellow or equal this