crateApiPythonPyObjectWrapperCallMethod abstract method

Future<PyObjectWrapper> crateApiPythonPyObjectWrapperCallMethod({
  1. required PyObjectWrapper that,
  2. required String methodName,
  3. required List<PyArgument> args,
})

Implementation

Future<PyObjectWrapper> crateApiPythonPyObjectWrapperCallMethod(
    {required PyObjectWrapper that,
    required String methodName,
    required List<PyArgument> args});