classPythonObject
class used to create the external object: PythonObject
Extends from ExternalObject.
Information
Class derived from ExternalObject having two local external functions
named destructor and constructor.
These functions create and release an external object that allows the storage of a Python object.
Contents
| Name | Description |
|---|---|
| constructor | Construct an external object that can be used to store a Python object |
| destructor | Release memory |
Revisions
-
September 19, 2025, by Michael Wetter:
Updated to Python 3.12. -
August 27, 2021, by Michael Wetter:
Updated to Python 3.8. -
April 10, 2020, by Jianjun Hu and Michael Wetter:
Updated to Python 3.6. -
January 31, 2018, by Michael Wetter and Thierry Nouidui:
First implementation.