Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcomplexobject.c.h14 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i);
44 return_value = complex_new_impl(type, r, i); in complex_new()
/external/python/cpython3/Objects/
Dcomplexobject.c916 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i) in complex_new_impl() function