Searched defs:FilesSpec (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/test_importlib/resources/ |
D | _path.py | 10 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.py | 15 FilesSpec = Dict[str, Union[str, bytes, Symlink, 'FilesSpec']] # type: ignore variable 36 spec: FilesSpec, 69 def create(content: Union[str, bytes, FilesSpec], path): argument
|