getFunction method

  1. @override
PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getFunction(
  1. String name
)
inherited

Gets the function with the given name.

Implementation

@override
PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getFunction(
  String name,
) =>
    _delegate.getFunction(name);