Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dobjimpl.h44 - PyObject_Init(op, typeobj) and PyObject_InitVar(op, typeobj, n) don't
121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/third_party/python/Lib/test/
H A D_testcppext.cpp174 assert(PyObject_Init(this, (PyTypeObject *)type)); in VirtualPyObject()
/third_party/python/PC/
H A Dpython3dll.c469 EXPORT_FUNC(PyObject_Init)
/third_party/python/Objects/
H A Dobject.c92 * which is called by PyObject_Init. Not all objects are initialized that
152 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function

Completed in 5 milliseconds