crateApiPythonPyModuleWrapperCallFunction abstract method

String crateApiPythonPyModuleWrapperCallFunction({
  1. required PyModuleWrapper that,
  2. required String funcName,
})

Implementation

String crateApiPythonPyModuleWrapperCallFunction(
    {required PyModuleWrapper that, required String funcName});