Searched refs:PyObject_NEW_VAR (Results 1 – 4 of 4) sorted by relevance
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) macro
1753 PyObject_NEW_VAR:PyObject*::+1:1754 PyObject_NEW_VAR::TYPE::1755 PyObject_NEW_VAR:PyTypeObject*:type:0:1756 PyObject_NEW_VAR:Py_ssize_t:size::
1153 :c:func:`PyObject_New` macro, and the :c:func:`PyObject_NEW_VAR` macro
1377 :c:func:`PyObject_New` macro, and the :c:func:`PyObject_NEW_VAR` macro