Home | History | Annotate | Download | only in Compiler

Lines Matching full:is_overridden

3950         is_overridden = "(PyCFunction_GET_FUNCTION(%s) != (PyCFunction)%s)" % (
3952 code.putln("if (!%s || %s) {" % (is_builtin_function_or_method, is_overridden))