Home
last modified time | relevance | path

Searched refs:instance_new (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dclassobject.c609 instance_new(PyTypeObject* type, PyObject* args, PyObject *kw) in instance_new() function
2240 instance_new, /* tp_new */
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1523 instance_new() {