Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h21 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro
/third_party/python/Tools/gdb/
Dlibpython.py478 def _PyObject_VAR_SIZE(typeobj, nitems): function