crateApiPythonPythonUtilityEvalAsObject abstract method

Future<PyObjectWrapper> crateApiPythonPythonUtilityEvalAsObject({
  1. required String code,
  2. List<(String, PyArgument)>? globals,
  3. List<(String, PyArgument)>? locals,
})

Implementation

Future<PyObjectWrapper> crateApiPythonPythonUtilityEvalAsObject(
    {required String code,
    List<(String, PyArgument)>? globals,
    List<(String, PyArgument)>? locals});