Lines Matching refs:PyTypeObject
376 static int (*py3_PyType_GetFlags)(PyTypeObject *o);
378 static int (*py3_PyType_Ready)(PyTypeObject *type);
405 static PyObject*(*py3__PyObject_Init)(PyObject *, PyTypeObject *);
426 static PyObject* (*py3__PyObject_New)(PyTypeObject *);
431 static PyObject* (*py3_PyType_GenericAlloc)(PyTypeObject *type, Py_ssize_t nitems);
432 static PyObject* (*py3_PyType_GenericNew)(PyTypeObject *type, PyObject *args, PyObject *kwds);
433 static PyTypeObject* py3_PyType_Type;
434 static PyTypeObject* py3_PyStdPrinter_Type;
435 static PyTypeObject* py3_PySlice_Type;
436 static PyTypeObject* py3_PyFloat_Type;
437 static PyTypeObject* py3_PyBool_Type;
457 static PyObject*(*py3__PyObject_GC_New)(PyTypeObject *);
460 static int (*py3_PyType_IsSubtype)(PyTypeObject *, PyTypeObject *);
678 py3_PyType_HasFeature(PyTypeObject *type, unsigned long feature) in py3_PyType_HasFeature()
687 py3__PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) in py3__PyObject_TypeCheck()
918 call_PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in call_PyType_GenericNew()
924 call_PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems) in call_PyType_GenericAlloc()