Home
last modified time | relevance | path

Searched refs:Attribute_kind (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Python/
Dast.c189 case Attribute_kind: in validate_expr()
331 case Attribute_kind: in validate_expr()
983 case Attribute_kind: in set_context()
2923 case Attribute_kind: in ast_for_expr_stmt()
2970 case Attribute_kind: in ast_for_expr_stmt()
Dast_unparse.c863 case Attribute_kind: in append_ast_expr()
Dast_opt.c591 case Attribute_kind: in astfold_expr()
Dcompile.c3548 if (meth->kind != Attribute_kind || meth->v.Attribute.ctx != Load || in maybe_optimize_method_call()
4492 case Attribute_kind: in compiler_visit_expr()
4578 case Attribute_kind: in compiler_augassign()
4733 case Attribute_kind: in compiler_annassign()
Dsymtable.c1476 case Attribute_kind: in symtable_visit_expr()
DPython-ast.c2259 p->kind = Attribute_kind; in Attribute()
3369 case Attribute_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h191 Num_kind=16, Str_kind=17, Attribute_kind=18, enumerator
/external/python/cpython3/Include/
DPython-ast.h214 Attribute_kind=25, Subscript_kind=26, Starred_kind=27, enumerator
/external/python/cpython2/Python/
Dsymtable.c1278 case Attribute_kind: in symtable_visit_expr()
Dast.c388 case Attribute_kind: in set_context()
2208 case Attribute_kind: in ast_for_expr_stmt()
Dcompile.c3035 case Attribute_kind: in compiler_visit_expr()
3109 case Attribute_kind: in compiler_augassign()
DPython-ast.c1875 p->kind = Attribute_kind; in Attribute()
2834 case Attribute_kind: in ast2obj_expr()