plugins
trestle.core.plugins
¤
Plugin discovery code.
Attributes¤
logger = logging.getLogger(__name__)
module-attribute
¤
Functions¤
discovered_plugins(search_module)
¤
Yield discovered plugin classes within a given module name.
Source code in trestle/core/plugins.py
36 37 38 39 40 41 42 43 44 45 46 47 |
|
handler: python