You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unpythonic/seq.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,12 @@ def lazy_begin0(*bodys):
99
99
body()
100
100
returnout
101
101
102
-
# TODO: test the new lazify support in piping constructs
103
102
# TODO: test `Values` handling in `with lazify`
104
103
# - The `Values` container itself should always be eager (so it can be inspected without forcing the return value; important for symmetry with case of one positional return value)
105
104
# - Anything we place into it should get the regular treatment, because return values are never implicitly lazy
106
-
# TODO: test multiple-return-values support in all function composition utilities
105
+
# TODO: test multiple-return-values support in all function composition utilities (`curry`, `compose` family, `pipe` family)
107
106
# TODO: expand tests of `continuations` to cases with named return values
0 commit comments