callMethod abstract method
调用对象的方法 Python: self.method_name(*args)
Implementation
Future<PyObjectWrapper> callMethod(
{required String methodName, required List<PyArgument> args});
调用对象的方法 Python: self.method_name(*args)
Future<PyObjectWrapper> callMethod(
{required String methodName, required List<PyArgument> args});