Home
last modified time | relevance | path

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

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