Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c2289 compiler_check_debug_args_seq(struct compiler *c, asdl_arg_seq *args) in compiler_check_debug_args_seq() function
2303 if (!compiler_check_debug_args_seq(c, args->posonlyargs)) in compiler_check_debug_args()
2305 if (!compiler_check_debug_args_seq(c, args->args)) in compiler_check_debug_args()
2309 if (!compiler_check_debug_args_seq(c, args->kwonlyargs)) in compiler_check_debug_args()