Document the signature for check_func

Change-Id: I718372d56def9c6abd715fd31bb1841e0fa1ad4f
This commit is contained in:
Doug Hellmann 2015-06-25 16:23:07 +00:00
parent 1b0c9216a6
commit 6677b6a07b

View File

@ -16,7 +16,8 @@ class EnabledExtensionManager(ExtensionManager):
:param namespace: The namespace for the entry points.
:type namespace: str
:param check_func: Function to determine which extensions to load.
:type check_func: callable
:type check_func: callable, taking an :class:`Extension`
instance as argument
: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