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.
Name | Description |
---|---|
constructor | Construct an external object that can be used to store a Python object |
destructor | Release memory |