Skip to content

Commit 1277cc3

Browse files
committed
-
1 parent 641508e commit 1277cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source_py3/python_toolbox/nifty_collections/lazy_tuple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def __init__(self, iterable, definitely_infinite=False):
105105

106106

107107
@classmethod
108+
@decorator_tools.helpful_decorator_builder
108109
def factory(cls, definitely_infinite=False):
109110
'''
110111
Decorator to make generators return a `LazyTuple`.

0 commit comments

Comments
 (0)