Searched refs:PyComplex_CheckExact (Results 1 – 10 of 10) sorted by relevance
42 #define PyComplex_CheckExact(op) Py_IS_TYPE(op, &PyComplex_Type) macro
288 if (!res || PyComplex_CheckExact(res)) { in try_complex_special_method()554 if (PyComplex_CheckExact(v)) { in complex_pos()891 if (PyComplex_CheckExact(r) && i == NULL && in complex_new_impl()
815 else if (PyComplex_CheckExact(op)) { in _PyCode_ConstantKey()
135 || PyComplex_CheckExact(value) in validate_constant()382 (allow_imaginary && PyComplex_CheckExact(value)); in ensure_literal_number()460 PyBytes_CheckExact(literal) || PyComplex_CheckExact(literal) || in validate_pattern_match_value()
79 PyComplex_CheckExact(obj)) in append_repr()
408 else if (PyComplex_CheckExact(v)) { in w_complex_object()
100 .. c:function:: int PyComplex_CheckExact(PyObject *p)
514 else if (PyComplex_CheckExact(fieldobj)) in render_field()
2442 if (exp->kind != Constant_kind || !PyComplex_CheckExact(exp->v.Constant.value)) { in _PyPegen_ensure_imaginary()2452 if (exp->kind != Constant_kind || PyComplex_CheckExact(exp->v.Constant.value)) { in _PyPegen_ensure_real()
348 PyComplex_CheckExact:int:::349 PyComplex_CheckExact:PyObject*:p:0: