Home
last modified time | relevance | path

Searched defs:FilesSpec (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/resources/
D_path.py10 FilesSpec = Dict[str, Union[str, bytes, 'FilesSpec']] # type: ignore variable
13 def build(spec: FilesSpec, prefix=pathlib.Path()):
40 def create(content: Union[str, bytes, FilesSpec], path): argument
/external/python/cpython3/Lib/test/test_importlib/metadata/
D_path.py15 FilesSpec = Dict[str, Union[str, bytes, Symlink, 'FilesSpec']] # type: ignore variable
36 spec: FilesSpec,
69 def create(content: Union[str, bytes, FilesSpec], path): argument