Package rosetta :: Class PythonPyExitCallback
[hide private]
[frames] | no frames]

Class PythonPyExitCallback

source code

                        object --+        
                                 |        
                       ??.instance --+    
                                     |    
utility.py._utility_py_.PyExitCallback --+
                                         |
                                        PythonPyExitCallback

Instance Methods [hide private]
 
__init__(self)
__init__( (object)arg1) -> None :
source code
 
exit_callback(self)
exit_callback( (PyExitCallback)arg1) -> None : utility/py/PyExitCallback.hh:36
source code

Inherited from utility.py._utility_py_.PyExitCallback: __reduce__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from utility.py._utility_py_.PyExitCallback: get_static_int, get_static_string, get_static_string_const, set_PyExitCallBack

Class Variables [hide private]

Inherited from utility.py._utility_py_.PyExitCallback: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__
(inherited documentation)

exit_callback(self)

source code 

exit_callback( (PyExitCallback)arg1) -> None :
    utility/py/PyExitCallback.hh:36

    C++ signature :
        void exit_callback(utility::py::PyExitCallback {lvalue})

exit_callback( (PyExitCallback)arg1) -> None :

    C++ signature :
        void exit_callback(PyExitCallback_exposer_callback {lvalue})

Overrides: utility.py._utility_py_.PyExitCallback.exit_callback
(inherited documentation)