Searched refs:_PyObject_Init (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 309 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init() function 323 _PyObject_Init((PyObject *)op, typeobj); in _PyObject_InitVar()
|
/external/python/cpython3/Python/ |
D | gc.c | 1872 _PyObject_Init(op, tp); in _PyObject_GC_New() 1904 _PyObject_Init(op, tp); in PyUnstable_Object_GC_NewWithExtraData()
|
D | gc_free_threading.c | 1724 _PyObject_Init(op, tp); in _PyObject_GC_New() 1756 _PyObject_Init(op, tp); in PyUnstable_Object_GC_NewWithExtraData()
|
/external/python/cpython3/Objects/ |
D | complexobject.c | 236 _PyObject_Init((PyObject*)op, &PyComplex_Type); in PyComplex_FromCComplex()
|
D | object.c | 485 _PyObject_Init(op, tp); in PyObject_Init() 507 _PyObject_Init(op, tp); in _PyObject_New()
|
D | floatobject.c | 152 _PyObject_Init((PyObject*)op, &PyFloat_Type); in PyFloat_FromDouble()
|
D | longobject.c | 164 _PyObject_Init((PyObject*)result, &PyLong_Type); in _PyLong_New() 216 _PyObject_Init((PyObject*)v, &PyLong_Type); in _PyLong_FromMedium()
|
D | unicodeobject.c | 1360 _PyObject_Init(obj, &PyUnicode_Type); in PyUnicode_New() 8270 _PyObject_Init(result, &EncodingMapType); in PyUnicode_BuildEncodingMap()
|
D | typeobject.c | 2052 _PyObject_Init(obj, type); in _PyType_AllocNoTrack()
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 866 _PyObject_Init(self, type); in time_alloc() 878 _PyObject_Init(self, type); in datetime_alloc()
|