Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c2254 compiler_function_body(struct compiler *c, stmt_ty s, int is_async, Py_ssize_t funcflags, in compiler_function_body() function
2431 if (compiler_function_body(c, s, is_async, funcflags, firstlineno) < 0) { in compiler_function()