Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testclinic.c489 py_complex_converter_impl(PyObject *module, Py_complex a) in py_complex_converter_impl() function
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_testclinic.c.h1113 py_complex_converter_impl(PyObject *module, Py_complex a);
1125 return_value = py_complex_converter_impl(module, a); in py_complex_converter()