Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h62 enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, enumerator
/external/python/cpython3/Include/
DPython-ast.h66 enum _stmt_kind {FunctionDef_kind=1, AsyncFunctionDef_kind=2, ClassDef_kind=3, enumerator
/external/python/cpython2/Python/
Dsymtable.c1019 case ClassDef_kind: { in symtable_visit_stmt()
DPython-ast.c1081 p->kind = ClassDef_kind; in ClassDef()
2225 case ClassDef_kind: in ast2obj_stmt()
Dcompile.c2084 case ClassDef_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dsymtable.c1157 case ClassDef_kind: { in symtable_visit_stmt()
DPython-ast.c1329 p->kind = ClassDef_kind; in ClassDef()
2705 case ClassDef_kind: in ast2obj_stmt()
Dast.c385 case ClassDef_kind: in validate_stmt()
Dcompile.c2812 case ClassDef_kind: in compiler_visit_stmt()