Method
List all python functions within the organization.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
No |
functionType |
str |
Optional argument to specify the type of function to list Python functions for. Default is FEATURE_GROUP, but can also be PLOTLY_FIG.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[PythonFunction] |
|
TYPE |
WHEN |
InvalidEnumParameterError |
An invalid value is passed for functionType . |