Searched refs:PyObject_Init (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Include/
H A Dobjimpl.h44 - PyObject_Init(op, typeobj) and PyObject_InitVar(op, typeobj, n) don't
150 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
193 ( (type *) PyObject_Init( \
217 PyObject_Init(op, &YourTypeStruct);
226 constructor you would start directly with PyObject_Init/InitVar
/external/python/cpython3/Include/
H A Dobjimpl.h44 - PyObject_Init(op, typeobj) and PyObject_InitVar(op, typeobj, n) don't
130 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
170 ( (type *) PyObject_Init( \
194 PyObject_Init(op, &YourTypeStruct);
203 constructor you would start directly with PyObject_Init/InitVar
/external/python/cpython3/Objects/
H A Dobject.c66 * which is called by PyObject_Init. Not all objects are initialized that
240 PyObject_Init(PyObject *op, PyTypeObject *tp) function
H A Dunicodeobject.c8194 PyObject_Init(result, &EncodingMapType);
/external/python/cpython2/Objects/
H A Dobject.c53 * which is called by PyObject_Init. Not all objects are initialized that
218 PyObject_Init(PyObject *op, PyTypeObject *tp) function
H A Dunicodeobject.c4458 PyObject_Init(result, &EncodingMapType);

Completed in 330 milliseconds