Home
last modified time | relevance | path

Searched refs:_PyObject_Init (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_object.h309 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init() function
323 _PyObject_Init((PyObject *)op, typeobj); in _PyObject_InitVar()
/external/python/cpython3/Python/
Dgc.c1872 _PyObject_Init(op, tp); in _PyObject_GC_New()
1904 _PyObject_Init(op, tp); in PyUnstable_Object_GC_NewWithExtraData()
Dgc_free_threading.c1724 _PyObject_Init(op, tp); in _PyObject_GC_New()
1756 _PyObject_Init(op, tp); in PyUnstable_Object_GC_NewWithExtraData()
/external/python/cpython3/Objects/
Dcomplexobject.c236 _PyObject_Init((PyObject*)op, &PyComplex_Type); in PyComplex_FromCComplex()
Dobject.c485 _PyObject_Init(op, tp); in PyObject_Init()
507 _PyObject_Init(op, tp); in _PyObject_New()
Dfloatobject.c152 _PyObject_Init((PyObject*)op, &PyFloat_Type); in PyFloat_FromDouble()
Dlongobject.c164 _PyObject_Init((PyObject*)result, &PyLong_Type); in _PyLong_New()
216 _PyObject_Init((PyObject*)v, &PyLong_Type); in _PyLong_FromMedium()
Dunicodeobject.c1360 _PyObject_Init(obj, &PyUnicode_Type); in PyUnicode_New()
8270 _PyObject_Init(result, &EncodingMapType); in PyUnicode_BuildEncodingMap()
Dtypeobject.c2052 _PyObject_Init(obj, type); in _PyType_AllocNoTrack()
/external/python/cpython3/Modules/
D_datetimemodule.c866 _PyObject_Init(self, type); in time_alloc()
878 _PyObject_Init(self, type); in datetime_alloc()