Searched refs:_PyObject_Init (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_object.h | 41 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init() function 56 _PyObject_Init((PyObject *)op, typeobj); in _PyObject_InitVar()
|
/third_party/python/Objects/ |
D | object.c | 165 _PyObject_Init(op, tp); in PyObject_Init() 187 _PyObject_Init(op, tp); in _PyObject_New()
|
D | complexobject.c | 233 _PyObject_Init((PyObject*)op, &PyComplex_Type); in PyComplex_FromCComplex()
|
D | floatobject.c | 142 _PyObject_Init((PyObject*)op, &PyFloat_Type); in PyFloat_FromDouble()
|
D | unicodeobject.c | 1467 _PyObject_Init(obj, &PyUnicode_Type); in PyUnicode_New() 8676 _PyObject_Init(result, &EncodingMapType); in PyUnicode_BuildEncodingMap()
|
D | typeobject.c | 1167 _PyObject_Init(obj, type); in PyType_GenericAlloc()
|
/third_party/python/PC/ |
D | winreg.c | 466 _PyObject_Init((PyObject*)op, &PyHKEY_Type); in PyHKEY_FromHKEY()
|
/third_party/python/Modules/ |
D | gcmodule.c | 2293 _PyObject_Init(op, tp); in _PyObject_GC_New()
|
D | _datetimemodule.c | 643 _PyObject_Init(self, type); in time_alloc() 655 _PyObject_Init(self, type); in datetime_alloc()
|