Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c4302 node *mod_n; in fstring_compile_expr() local
4343 mod_n = PyParser_SimpleParseStringFlagsFilename(str, "<fstring>", in fstring_compile_expr()
4345 if (!mod_n) { in fstring_compile_expr()
4352 fstring_fix_node_location(n, mod_n, str); in fstring_compile_expr()
4353 mod = PyAST_FromNode(mod_n, &cf, "<fstring>", c->c_arena); in fstring_compile_expr()
4355 PyNode_Free(mod_n); in fstring_compile_expr()