Assembly: Python;
The PythonClassObject class implements the object that is a Python language class instance.
| 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. |
| Property name | Brief description | |
![]() |
Type | The Type property returns object type. |
| 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: