Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c2166 compiler_check_debug_one_arg(struct compiler *c, arg_ty arg) in compiler_check_debug_one_arg() function
2180 if (!compiler_check_debug_one_arg(c, asdl_seq_GET(args, i))) in compiler_check_debug_args_seq()
2194 if (!compiler_check_debug_one_arg(c, args->vararg)) in compiler_check_debug_args()
2198 if (!compiler_check_debug_one_arg(c, args->kwarg)) in compiler_check_debug_args()