Home
last modified time | relevance | path

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

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