Function_.from constructor

Function_.from(
  1. PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> functionDelegate
)

Wraps a Python object in a Function_.

Implementation

Function_.from(super.functionDelegate)
    : value = functionDelegate,
      super.from();