Searched refs:PyTypeObject (Results 1 – 3 of 3) sorted by relevance
89 # define PyTypeObject Py_ssize_t macro345 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;399 static PyTypeObject* dll_PyFloat_Type;405 static PyTypeObject* dll_PyType_Type;406 static PyTypeObject* dll_PyFile_Type;[all …]
376 static int (*py3_PyType_GetFlags)(PyTypeObject *o);378 static int (*py3_PyType_Ready)(PyTypeObject *type);426 static PyObject* (*py3__PyObject_New)(PyTypeObject *);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 *);[all …]
313 static PyTypeObject OutputType;557 static PyTypeObject LoaderType;1431 static PyTypeObject IterType;2245 static PyTypeObject ListType;3318 static PyTypeObject OptionsType;3700 static PyTypeObject TabPageType;3818 static PyTypeObject TabListType;3865 static PyTypeObject WindowType;5030 static PyTypeObject RangeType;5152 static PyTypeObject BufferType;[all …]