Home
last modified time | relevance | path

Searched refs:_PyObject_NewVar (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dobjimpl.h132 PyAPI_FUNC(PyVarObject *) _PyObject_NewVar(PyTypeObject *, Py_ssize_t);
141 ( (type *) _PyObject_NewVar((typeobj), (n)) )
/third_party/python/PC/
H A Dpython3dll.c36 EXPORT_FUNC(_PyObject_NewVar)
/third_party/python/Objects/
H A Dobject.c185 _PyObject_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_NewVar() function

Completed in 4 milliseconds