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

NameDescription
constructorConstruct an external object that can be used to store a Python object
destructorRelease memory

Revisions

  • 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.