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