Object_.from constructor

Object_.from(
  1. PythonObjectInterface<PythonFfiDelegate<Object?>, Object?> objectDelegate
)

Wraps a Python object in a Object_.

Implementation

Object_.from(super.objectDelegate)
    : value = objectDelegate,
      super.from();