Home
last modified time | relevance | path

Searched refs:SimplePath (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/importlib/metadata/
H A D_meta.py32 class SimplePath(Protocol): class
37 def joinpath(self) -> 'SimplePath':
40 def __truediv__(self) -> 'SimplePath':
43 def parent(self) -> 'SimplePath':
H A D__init__.py21 from ._meta import PackageMetadata, SimplePath namespace
923 def __init__(self, path: SimplePath):
926 :param path: SimplePath indicating the metadata directory.

Completed in 2 milliseconds