Home
last modified time | relevance | path

Searched refs:Str_kind (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Python/
Dfuture.c107 if (e->kind != Str_kind) in future_parse()
Dcompile.c1155 return s->v.Expr.value->kind == Str_kind; in compiler_isdocstring()
2169 else if (s->v.Expr.value->kind != Str_kind && in compiler_visit_stmt()
2864 case Str_kind: in expr_constant()
3031 case Str_kind: in compiler_visit_expr()
Dsymtable.c1274 case Str_kind: in symtable_visit_expr()
Dast.c445 case Str_kind: in set_context()
DPython-ast.c1845 p->kind = Str_kind; in Str()
2825 case Str_kind: in ast2obj_expr()
/external/python/cpython2/Include/
DPython-ast.h191 Num_kind=16, Str_kind=17, Attribute_kind=18, enumerator