We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77023a1 commit 0a92335Copy full SHA for 0a92335
nucleus/slice.py
@@ -74,7 +74,7 @@ def append(
74
return response
75
76
def items_generator(self) -> Iterable[DatasetItem]:
77
- """Returns an iterable of DatasetItem/Annotation dicts."""
+ """Use to iterate over all dataset items in slice."""
78
info = self.info()
79
for item_metadata in info["dataset_items"]:
80
yield format_dataset_item_response(
0 commit comments