IPythonObject

Assembly: Python;

Description

The IPythonObject interface contains basic properties of all objects that can be used in functions in the Python language.

Inheritance Hierarchy

IPythonObject

Comments

The interface describes the Fore object that can be sent or received from the function in the Python language. The object may have simple type values (String, Char, Integer, Double, Decimal, Currency, Boolean) that are compatible with Python types (list instance, tuple, or Python class instance).

The PythonObject Fore class is used to create a new object.

The IPythonObject interface is a base one for the following interfaces:

Properties

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

See also:

Python Assembly Interfaces