Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcomplexobject.c430 else if (to_complex(&(obj), &(c)) < 0) \
434 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() function