Home
last modified time | relevance | path

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

/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()