/usr/lib/python2.6/site-packages/stevedore
NameSizeModeActions
example/-0755rm
example2/-0755rm
tests/-0755rm
dispatch.py89750644editdlrm
dispatch.pyc96270644editdlrm
driver.py54460644editdlrm
driver.pyc58860644editdlrm
enabled.py30140644editdlrm
enabled.pyc31320644editdlrm
exception.py3000644editdlrm
exception.pyc9460644editdlrm
extension.py113730644editdlrm
extension.pyc116570644editdlrm
hook.py26780644editdlrm
hook.pyc29210644editdlrm
named.py55540644editdlrm
named.pyc52090644editdlrm
sphinxext.py37900644editdlrm
sphinxext.pyc40140644editdlrm
__init__.py8260644editdlrm
__init__.pyc14110644editdlrm
Edit: /usr/lib/python2.6/site-packages/stevedore/hook.pyc (2921B)
Ñò yDVc@s*ddklZdefd„ƒYZdS(i(tNamedExtensionManagert HookManagercBsAeZdZedhded„Zeedd„Zd„ZRS(sÚCoordinate execution of multiple extensions using a common name. :param namespace: The namespace for the entry points. :type namespace: str :param name: The name of the hooks to load. :type name: str :param invoke_on_load: Boolean controlling whether to invoke the object returned by the entry point after the driver is loaded. :type invoke_on_load: bool :param invoke_args: Positional arguments to pass when invoking the object returned by the entry point. Only used if invoke_on_load is True. :type invoke_args: tuple :param invoke_kwds: Named arguments to pass when invoking the object returned by the entry point. Only used if invoke_on_load is True. :type invoke_kwds: dict :param on_load_failure_callback: Callback function that will be called when a entrypoint can not be loaded. The arguments that will be provided when this is called (when an entrypoint fails to load) are (manager, entrypoint, exception) :type on_load_failure_callback: function :param verify_requirements: Use setuptools to enforce the dependencies of the plugin(s) being loaded. Defaults to False. :type verify_requirements: bool c Cs>tt|ƒi||gd|d|d|d|d|ƒdS(Ntinvoke_on_loadt invoke_argst invoke_kwdston_load_failure_callbacktverify_requirements(tsuperRt__init__(tselft namespacetnameRRRRR((s1/tmp/pip-build-lt8jXN/stevedore/stevedore/hook.pyR s cCs6tt|ƒi||d|d|ƒ|d|_dS(Ntpropagate_map_exceptionsRi(RRt_init_attributest_name(R R tnamest name_orderR R((s1/tmp/pip-build-lt8jXN/stevedore/stevedore/hook.pyR .s  cCs'||ijot|ƒ‚n|iS(sóReturn the named extensions. Accessing a HookManager as a dictionary (``em['name']``) produces a list of the :class:`Extension` instance(s) with the specified name, in the order they would be invoked by map(). (RtKeyErrort extensions(R R ((s1/tmp/pip-build-lt8jXN/stevedore/stevedore/hook.pyt __getitem__7s(N(t__name__t __module__t__doc__tFalsetNoneRR R(((s1/tmp/pip-build-lt8jXN/stevedore/stevedore/hook.pyRs   N(tnamedRR(((s1/tmp/pip-build-lt8jXN/stevedore/stevedore/hook.pyts