ninjecto.plugins.namespaces
¶Class to load namespaces plugins.
register()
:
Register a function locally.ninjecto.plugins.namespaces.
register
(key)¶Register a function locally.
This method is expected to be used as a decorator. It allows to register a function locally without having to create a full Python package to use entrypoints.
NamespacesLoader
:
Namespaces plugins loader class.ninjecto.plugins.namespaces.
NamespacesLoader
¶Namespaces plugins loader class.
Inheritance