Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dfake_path.py543 def _path_isfile(self, path: AnyStr) -> bool: member in FakeNtModule
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py164 def _path_isfile(path): function