Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h40 unsigned ste_varkeywords : 1; /* true if block has varkeywords */ member
/external/python/cpython2/Python/
Dsymtable.c62 ste->ste_varkeywords = 0; in ste_new()
1377 st->st_cur->ste_varkeywords = 1; in symtable_visit_arguments()
Dcompile.c3781 if (ste->ste_varkeywords) in compute_code_flags()