Home
last modified time | relevance | path

Searched defs:_PyObject_VAR_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dobjimpl.h179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro
/external/python/cpython2/Include/
Dobjimpl.h184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro
/external/python/cpython3/Tools/gdb/
Dlibpython.py476 def _PyObject_VAR_SIZE(typeobj, nitems): function
/external/python/cpython2/Tools/gdb/
Dlibpython.py448 def _PyObject_VAR_SIZE(typeobj, nitems): function