Lines Matching refs:PyTypeObject
89 # define PyTypeObject Py_ssize_t macro
345 static PyTypeObject* dll_PyBool_Type;
346 static PyTypeObject* dll_PyInt_Type;
347 static PyTypeObject* dll_PyLong_Type;
354 static PyTypeObject* dll_PyList_Type;
361 static PyTypeObject* dll_PyTuple_Type;
369 static PyTypeObject* dll_PyDict_Type;
394 static PyTypeObject* dll_PyString_Type;
395 static PyTypeObject* dll_PyUnicode_Type;
399 static PyTypeObject* dll_PyFloat_Type;
405 static PyTypeObject* dll_PyType_Type;
406 static PyTypeObject* dll_PyFile_Type;
407 static PyTypeObject* dll_PySlice_Type;
408 static int (*dll_PyType_Ready)(PyTypeObject *type);
409 static PyObject* (*dll_PyType_GenericAlloc)(PyTypeObject *type, PyInt nitems);
418 static PyObject*(*dll__PyObject_New)(PyTypeObject *, PyObject *);
419 static PyObject*(*dll__PyObject_GC_New)(PyTypeObject *);
427 static PyObject*(*dll__PyObject_Init)(PyObject *, PyTypeObject *);
437 static int (*dll_PyType_IsSubtype)(PyTypeObject *, PyTypeObject *);