fmeobjects.FMELicenseManager.getAllFunctions

FMELicenseManager.getAllFunctions()

Returns all the function names for the current license. For all functions the list will be populated with <function name>/<license value> pairs. <license value> can be either kFME_FormatLicensed or kFME_FormatUnlicensed.

Return type:

tuple[str] or None

Returns:

All the functions for the current license or None if unsuccessful.