Get Exported Functions
WARNING(long_description missing)
Usage
DocConverter.get_functions(names_only=False)
Arguments
-
names_only
bool
-
If
False
(default) a list of tuples is returned, if setTrue
a list of str (name of classes only).
Raises
-
Exception
: If there are issues extracting functions viainspect
.