pyre.framework.Linker¶
Module Contents¶
-
class
pyre.framework.Linker.Linker(executive, **kwds)¶ Class responsible for accessing components from a variety of persistent stores
-
codecs¶
-
shelves¶
-
loadShelf(self, uri, **kwds)¶ Load the shelf specified by {uri}
-
resolve(self, executive, uri, protocol, **kwds)¶ Attempt to locate the component class specified by {uri}
-
indexDefaultCodecs(self)¶ Initialize my codec index
-