Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dpegen.c164 case Attribute_kind: in _PyPegen_get_expr_name()
1591 case Attribute_kind: in _PyPegen_set_expr_context()
2186 case Attribute_kind: in _PyPegen_get_invalid_target()
/external/python/cpython3/Python/
Dast.c185 case Attribute_kind: in validate_expr()
302 case Attribute_kind: in validate_expr()
1038 case Attribute_kind: in get_expr_name()
1123 case Attribute_kind: in set_context()
3195 case Attribute_kind: in ast_for_expr_stmt()
3256 case Attribute_kind: in ast_for_expr_stmt()
Dast_unparse.c899 case Attribute_kind: in append_ast_expr()
Dast_opt.c542 case Attribute_kind: in astfold_expr()
Dcompile.c4090 if (meth->kind != Attribute_kind || meth->v.Attribute.ctx != Load || in maybe_optimize_method_call()
5078 case Attribute_kind: in compiler_visit_expr1()
5144 case Attribute_kind: in compiler_augassign()
5175 case Attribute_kind: in compiler_augassign()
5275 case Attribute_kind: in compiler_annassign()
Dsymtable.c1629 case Attribute_kind: in symtable_visit_expr()
DPython-ast.c3048 p->kind = Attribute_kind; in Attribute()
4264 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.h232 Attribute_kind=21, Subscript_kind=22, Starred_kind=23, 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()