Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h187 enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kind=4, enumerator
/external/python/cpython2/Python/
Dsymtable.c1197 case Lambda_kind: { in symtable_visit_expr()
Dast.c416 case Lambda_kind: in set_context()
2067 if (e->kind == Lambda_kind) { in ast_for_call()
Dcompile.c1489 assert(e->kind == Lambda_kind); in compiler_lambda()
2980 case Lambda_kind: in compiler_visit_expr()
DPython-ast.c1575 p->kind = Lambda_kind; in Lambda()
2623 case Lambda_kind: in ast2obj_expr()