Searched refs:Py_MEMBER_SIZE (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | pymacro.h | 22 #define Py_MEMBER_SIZE(type, member) sizeof(((type *)0)->member) macro |
/third_party/python/Doc/c-api/ | ||
D | intro.rst | 155 .. c:macro:: Py_MEMBER_SIZE(type, member) |