Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dcomplexobject.c281 try_complex_special_method(PyObject *op) in try_complex_special_method() function
330 newop = try_complex_special_method(op); in PyComplex_AsCComplex()
938 tmp = try_complex_special_method(r); in complex_new_impl()
/aosp_15_r20/external/python/cpython2/Objects/
Dcomplexobject.c288 try_complex_special_method(PyObject *op) { in try_complex_special_method() function
336 newop = try_complex_special_method(op); in PyComplex_AsCComplex()
1177 tmp = try_complex_special_method(r); in complex_new()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO305 Objects/complexobject.c:try_complex_special_method():PyId___complex__ _Py_IDENTIFIER(__complex__)