Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h191 Num_kind=16, Str_kind=17, Attribute_kind=18, enumerator
/external/python/cpython2/Python/
Dsymtable.c1272 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.c3034 case Attribute_kind: in compiler_visit_expr()
3108 case Attribute_kind: in compiler_augassign()
DPython-ast.c1875 p->kind = Attribute_kind; in Attribute()
2834 case Attribute_kind: in ast2obj_expr()