AnnAssign.from constructor

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

Wraps a Python object with the AnnAssign class definition.

Implementation

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