menu
dpython package
documentation
api/python.dart
PyObjectWrapper
call abstract method
call abstract method
dark_mode
light_mode
call
abstract method
Future
<
PyObjectWrapper
>
call
(
{
required
List
<
PyArgument
>
args
,
})
调用对象 (如果它是函数或类) Python: self(*args)
Implementation
Future<PyObjectWrapper> call({required List<PyArgument> args});
dpython package
documentation
api/python
PyObjectWrapper
call abstract method
PyObjectWrapper class