Searched refs:PyInstance_New (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Include/ |
D | classobject.h | 46 PyAPI_FUNC(PyObject *) PyInstance_New(PyObject *, PyObject *,
|
/external/python/cpython2/Doc/c-api/ |
D | class.rst | 54 .. c:function:: PyObject* PyInstance_New(PyObject *class, PyObject *arg, PyObject *kw)
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 213 PyInstance_New
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 532 PyInstance_New:PyObject*::+1: 533 PyInstance_New:PyObject*:klass:+1: 534 PyInstance_New:PyObject*:arg:0: 535 PyInstance_New:PyObject*:kw:0:
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 201 "PyInstance_New"
|
/external/python/cpython2/Objects/ |
D | classobject.c | 459 PyInstance_New, /* tp_call */ 549 PyInstance_New(PyObject *klass, PyObject *arg, PyObject *kw) in PyInstance_New() function
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 3906 return PyInstance_New(cls, args, NULL); in Instance_New()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 8492 applied in cPickle and in PyInstance_New(), is to call
|
/external/python/cpython3/Misc/ |
D | HISTORY | 25871 applied in cPickle and in PyInstance_New(), is to call
|