Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h40 unsigned ste_varkeywords : 1; /* true if block has varkeywords */ member
/external/python/cpython3/Include/internal/
Dpycore_symtable.h61 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.c90 ste->ste_varkeywords = 0; in ste_new()
1907 st->st_cur->ste_varkeywords = 1; in symtable_visit_arguments()
Dcompile.c6847 if (ste->ste_varkeywords) in compute_code_flags()
/external/python/cpython3/Doc/data/
Dpython3.10.abi18132 …<var-decl name='ste_varkeywords' type-id='type-id-66' visibility='default' filepath='./Include/int…