ClassInstance.from constructor

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

Wraps a Python object in a ClassInstance.

Implementation

ClassInstance.from(super.classDelegate)
    : value = classDelegate,
      super.from();