AugAssign.from constructor

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

Wraps a Python object with the AugAssign class definition.

Implementation

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