trestle.core.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
32 33 34 35 36 37 38 39 40 41 42 43 | |
handler: python