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 5e0ab5a commit cc5a37eCopy full SHA for cc5a37e
Doc/library/importlib.metadata.rst
@@ -502,6 +502,8 @@ The same applies for :func:`entry_points` and :func:`files`.
502
A sequence of :class:`!PackagePath`\s contained in this distribution package.
503
Like :func:`files`, this returns :const:`None` if there are no records.
504
505
+ The following two abstract methods need to be implemented when implementing-custom-providers_:
506
+
507
.. method:: locate_file(path)
508
509
Like :meth:`!PackagePath.locate`, return a :class:`SimplePath` for the given path.
0 commit comments