ClassInstance.from constructor
Wraps a Python object in a ClassInstance.
Implementation
ClassInstance.from(super.classDelegate)
: value = classDelegate,
super.from();
Wraps a Python object in a ClassInstance.
ClassInstance.from(super.classDelegate)
: value = classDelegate,
super.from();