Searched defs:ListComp (Results 1 – 3 of 3) sorted by relevance
584 struct ListComp : public Expr { struct585 explicit ListComp(const TreeRef& tree) : Expr(tree) { in ListComp() argument598 static ListComp create( in create() argument
101 def ListComp(xp, fp, it, test=None): function
414 } ListComp; member