Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_object.h41 _PyObject_Init(PyObject *op, PyTypeObject *typeobj) in _PyObject_Init() function
56 _PyObject_Init((PyObject *)op, typeobj); in _PyObject_InitVar()
/third_party/python/Objects/
Dobject.c165 _PyObject_Init(op, tp); in PyObject_Init()
187 _PyObject_Init(op, tp); in _PyObject_New()
Dcomplexobject.c233 _PyObject_Init((PyObject*)op, &PyComplex_Type); in PyComplex_FromCComplex()
Dfloatobject.c142 _PyObject_Init((PyObject*)op, &PyFloat_Type); in PyFloat_FromDouble()
Dunicodeobject.c1467 _PyObject_Init(obj, &PyUnicode_Type); in PyUnicode_New()
8676 _PyObject_Init(result, &EncodingMapType); in PyUnicode_BuildEncodingMap()
Dtypeobject.c1167 _PyObject_Init(obj, type); in PyType_GenericAlloc()
/third_party/python/PC/
Dwinreg.c466 _PyObject_Init((PyObject*)op, &PyHKEY_Type); in PyHKEY_FromHKEY()
/third_party/python/Modules/
Dgcmodule.c2293 _PyObject_Init(op, tp); in _PyObject_GC_New()
D_datetimemodule.c643 _PyObject_Init(self, type); in time_alloc()
655 _PyObject_Init(self, type); in datetime_alloc()