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 05544aa commit ec3015bCopy full SHA for ec3015b
referencing/_core.py
@@ -265,13 +265,13 @@ def __getitem__(self, uri: URI) -> Resource[D]:
265
266
def __iter__(self) -> Iterator[URI]:
267
"""
268
- Iterate over all known URIs in the registry.
+ Iterate over all fully crawled URIs in the registry.
269
270
return iter(self._resources)
271
272
def __len__(self) -> int:
273
274
- Count the total number of (fully crawled) resources in this registry.
+ Count the total number of fully crawled resources in this registry.
275
276
return len(self._resources)
277
0 commit comments