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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,9 @@ def lazy_begin0(*bodys):
100
100
returnout
101
101
102
102
# TODO: test the new lazify support in piping constructs
103
+
# TODO: test `Values` handling in `with lazify`
104
+
# - 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
+
# - Anything we place into it should get the regular treatment, because return values are never implicitly lazy
103
106
# TODO: test multiple-return-values support in all function composition utilities
104
107
# TODO: expand tests of `continuations` to cases with named return values
0 commit comments