Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
PyObject_HEAD void * | ptr |
swig_type_info * | ty |
int | own |
PyObject * | next |
Definition at line 1696 of file gv_python3.cpp.
PyObject* SwigPyObject::next |
Definition at line 1701 of file gv_python3.cpp.
Referenced by SWIG_Python_ConvertPtrAndOwn(), SWIG_Python_NewPointerObj(), SwigPyObject_append(), SwigPyObject_dealloc(), SwigPyObject_New(), SwigPyObject_next(), and SwigPyObject_repr().
int SwigPyObject::own |
Definition at line 1700 of file gv_python3.cpp.
Referenced by SWIG_Python_AcquirePtr(), SWIG_Python_ConvertPtrAndOwn(), SWIG_Python_NewPointerObj(), SwigPyObject_acquire(), SwigPyObject_dealloc(), SwigPyObject_disown(), SwigPyObject_New(), and SwigPyObject_own().
PyObject_HEAD void* SwigPyObject::ptr |
Definition at line 1698 of file gv_python3.cpp.
Referenced by SWIG_Python_ConvertPtrAndOwn(), SWIG_Python_NewPointerObj(), SwigPyObject_compare(), SwigPyObject_dealloc(), SwigPyObject_long(), and SwigPyObject_New().
swig_type_info* SwigPyObject::ty |
Definition at line 1699 of file gv_python3.cpp.
Referenced by SWIG_Python_ConvertPtrAndOwn(), SWIG_Python_NewPointerObj(), SwigPyObject_dealloc(), SwigPyObject_GetDesc(), SwigPyObject_New(), and SwigPyObject_repr().