Searched defs:is_generator (Results 1 – 5 of 5) sorted by relevance
139 struct is_generator : detail::has_generator_id<T> {}; struct
1506 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension() local1556 int i, is_generator; in symtable_visit_listcomp() local
88 auto is_generator = [](Value val) { in IsSupportedInputOp() local
1404 def is_generator(code: types.CodeType) -> bool: function
2012 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension() local