Home
last modified time | relevance | path

Searched refs:complex_new_impl (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcomplexobject.c.h99 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i);
129 return_value = complex_new_impl(type, r, i); in complex_new()
/third_party/python/Objects/
H A Dcomplexobject.c898 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i) in complex_new_impl() function

Completed in 3 milliseconds