FunctionDef.from constructor

FunctionDef.from(
  1. PythonClassInterface<PythonFfiDelegate<Object?>, Object?> classDelegate
)

Wraps a Python object with the FunctionDef class definition.

Implementation

FunctionDef.from(super.classDelegate) : super.from();