Home
last modified time | relevance | path

Searched refs:ClassDef_kind (Results 1 – 4 of 4) 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/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()