pyquibbler.list_quiby_funcs

pyquibbler.list_quiby_funcs(module_or_cls: None | ModuleType | Type = None) List[str]

List quiby functions.

Returns a list of string descriptions of all functions overridden to be able to work with quib arguments.

Parameters:

module_or_cls (ModuleType, optional (default: None)) – Specifies a module (numpy, matplotlib, ipywidgets). When specified, only functions belonging to the indicated module are listed.

Returns:

a list of strings indicating the quiby functions

Return type:

list of str