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 6a30ab9 commit 4e962a8Copy full SHA for 4e962a8
1 file changed
importlib_metadata/__init__.py
@@ -861,6 +861,7 @@ def mtime(self):
861
def lookup(self, mtime):
862
return Lookup(self)
863
864
+
865
class Lookup:
866
"""
867
A micro-optimized class for searching a (fast) path for metadata.
0 commit comments