Assign.from constructor

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

Wraps a Python object with the Assign class definition.

Implementation

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