pyre.config.odb.ODB¶
Module Contents¶
-
class
pyre.config.odb.ODB.ODB¶ Bases:
pyre.config.Loader.LoaderThis component codec recognizes uris of the form
vfs:/path/module.py/factory#name file:/path/module.py/factory#namewhich is interpreted as a request to import the file {module.py} from the indicated path, look for the symbol {factory}, and optionally instantiate whatever component class is recovered using {name}
-
suffix= .py¶
-
schemes= ['vfs', 'file']¶
-