Attribute.from constructor

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

Wraps a Python object with the Attribute class definition.

Implementation

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