Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h39 Suite_kind=4}; enumerator
/external/python/cpython3/Python/
Dast_opt.c507 case Suite_kind: in astfold_mod()
Dsymtable.c308 case Suite_kind: in PySymtable_BuildObject()
DPython-ast.c1238 p->kind = Suite_kind; in Suite()
2605 case Suite_kind: in ast2obj_mod()
Dast.c571 case Suite_kind: in PyAST_Validate()
Dcompile.c1544 case Suite_kind: in compiler_mod()
/external/python/cpython3/Include/
DPython-ast.h43 Suite_kind=4}; enumerator
/external/python/cpython2/Python/
Dsymtable.c259 case Suite_kind: in PySymtable_Build()
DPython-ast.c1035 p->kind = Suite_kind; in Suite()
2171 case Suite_kind: in ast2obj_mod()
Dcompile.c1211 case Suite_kind: in compiler_mod()