We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c82533 commit a7fa48eCopy full SHA for a7fa48e
example.py
@@ -149,7 +149,7 @@ def is_atom(self) -> bool:
149
def minimum_size_of_object(self) -> int:
150
return len(self.prefix)
151
152
- def objects_of_size(self, size) -> Iterator[Word]:
+ def objects_of_size(self, size): # type: ignore
153
"""Yield the words of given size that start with prefix and avoid the
154
patterns. If just_prefix, then only yield that word."""
155
0 commit comments