Home
last modified time | relevance | path

Searched refs:ClassDef_kind (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h177 enum _stmt_kind {FunctionDef_kind=1, AsyncFunctionDef_kind=2, ClassDef_kind=3, enumerator
/third_party/python/Python/
H A Dast_opt.c892 case ClassDef_kind: in astfold_stmt()
H A Dast.c734 case ClassDef_kind: in validate_stmt()
H A Dsymtable.c1218 case ClassDef_kind: { in symtable_visit_stmt()
H A DPython-ast.c2041 p->kind = ClassDef_kind; in _PyAST_ClassDef()
3773 case ClassDef_kind: in ast2obj_stmt()
H A Dcompile.c4087 case ClassDef_kind: in compiler_visit_stmt()

Completed in 31 milliseconds