We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeb750 commit 7987b7cCopy full SHA for 7987b7c
unpythonic/seq.py
@@ -194,7 +194,7 @@ class lazy_piped:
194
Another way to say this is that ``lazy_piped`` looks up the initial value
195
dynamically, at get time.
196
"""
197
- def __init__(self, x, _funcs=None):
+ def __init__(self, x, *, _funcs=None):
198
"""Set up a lazy pipe and load the initial value x into it.
199
200
The ``_funcs`` parameter is for internal use.
0 commit comments