pyFOCI.utils.discovery.all_functions#
- pyFOCI.utils.discovery.all_functions()#
Get a list of all functions from
pyFOCI.- Returns:
- functionslist of tuples
List of (name, function), where
nameis the function name as string andfunctionis the actual function.
Examples
>>> from pyFOCI.utils.discovery import all_functions >>> functions = all_functions()