Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c2440 check_is_arg(expr_ty e) in check_is_arg() function
2460 int left = check_is_arg(e->v.Compare.left); in check_compare()
2464 int right = check_is_arg((expr_ty)asdl_seq_GET(e->v.Compare.comparators, i)); in check_compare()