PythonClassObject

Assembly: Python;

Description

The PythonClassObject class implements the object that is a Python language class instance.

Constructors

  Constructor name Brief description
Create The Create constructor creates an object that is a class instance with the specified name.
CreateFromModule The CreateFromModule constructor creates an object that is a class instance with the specified name.

Class object properties inherited from IPythonObject

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

Class object methods inherited from IPythonClassObject

  Method name Brief description
GetAttr The GetAttr method gets values of the argument with the specified name from class instance.
Invoke The Invoke method executes class function and returns result of its work.
SetAttr The SetAttr method sets value of the argument with the specified name from class instance.

See also:

Python Assembly Classes