Searched defs:PyObject_INIT_VAR (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Include/cpython/ | ||
| D | objimpl.h | 88 #define PyObject_INIT_VAR(op, typeobj, size) \ macro |
| /third_party/python/Include/ | ||
| D | objimpl.h | 145 # define PyObject_INIT_VAR(op, typeobj, size) \ macro |