Home
last modified time | relevance | path

Searched refs:Num_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/
Dcompile.c2168 s->v.Expr.value->kind != Num_kind) { in compiler_visit_stmt()
2861 case Num_kind: in expr_constant()
3027 case Num_kind: in compiler_visit_expr()
Dsymtable.c1267 case Num_kind: in symtable_visit_expr()
Dast.c444 case Num_kind: in set_context()
DPython-ast.c1826 p->kind = Num_kind; in Num()
2816 case Num_kind: in ast2obj_expr()