getFunction abstract method

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

Gets the function with the given name.

Implementation

PythonFunctionInterface<P, R> getFunction(String name);