PythonValueObject

Assembly: Python;

Description

The PythonValueObject class implements the object that can be sent in a function in the Python language.

Constructors

  Constructor name Brief description
Create The Create constructor creates a Python object based on the sent value.

Class object properties inherited from IPythonValueObject

  Property name Brief description
Value The Value property returns object value.

Class object properties inherited from IPythonObject

  Property name Brief description
Type The Type property returns object type.

See also:

Python Assembly Classes