Document the signature for check_func
Change-Id: I718372d56def9c6abd715fd31bb1841e0fa1ad4f
This commit is contained in:
parent
1b0c9216a6
commit
6677b6a07b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user