HomeSort by relevance Sort by last modified time
    Searched refs:complex_new_impl (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Objects/clinic/
complexobject.c.h 14 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i);
29 return_value = complex_new_impl(type, r, i);
  /external/python/cpython3/Objects/
complexobject.c 947 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i) function
    [all...]

Completed in 1056 milliseconds