Method.from constructor

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

TODO: Document.

Implementation

Method.from(super.functionDelegate) : super.from();