PyObject
extern (C)
struct PyObject {
}
Members
- _ob_next
PyObject* _ob_next;
Undocumented in source.
- _ob_prev
PyObject* _ob_prev;
Undocumented in source.
- ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source.
- ob_type
PyTypeObject* ob_type;
Undocumented in source.
mir pybind pyapi
aliasesenumsfunctionsmanifest constantsstatic functionsstatic variablesstructsvariables