Home
last modified time | relevance | path

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

/third_party/boost/boost/python/detail/
Dwrap_python.hpp226 # define Py_SIZE(o) (((PyVarObject*)(o))->ob_size) macro
/third_party/python/Include/
Dobject.h140 #define Py_SIZE(ob) (_PyVarObject_CAST(ob)->ob_size) macro