Searched defs:_PyObject_VAR_SIZE (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/cpython/ | ||
D | objimpl.h | 21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro |
/third_party/python/Tools/gdb/ | ||
D | libpython.py | 478 def _PyObject_VAR_SIZE(typeobj, nitems): function |