Searched defs:DictComp (Results 1 – 2 of 2) sorted by relevance
608 struct DictComp : public Expr { struct609 explicit DictComp(const TreeRef& tree) : Expr(tree) { in DictComp() argument625 static DictComp create( in create() argument
425 } DictComp; member