Home
last modified time | relevance | path

Searched refs:_isdir (Results 1 – 7 of 7) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_scandir.py47 self._isdir = False
69 return self._isdir and (follow_symlinks or not self._islink)
83 return not self._isdir and (follow_symlinks or not self._islink)
150 dir_entry._isdir = self.filesystem.isdir(dir_entry._abspath)
/external/python/cpython3/Lib/
Dglob.py62 if _isdir(_join(root_dir, dirname), dir_fd):
106 if _isdir(dirname, dir_fd):
188 def _isdir(pathname, dir_fd): function
Dntpath.py806 from nt import _isdir as isdir
/external/python/setuptools/pkg_resources/
D__init__.py1431 return self._isdir(self._fn(self.module_path, resource_name))
1434 return self.egg_info and self._isdir(self._fn(self.egg_info, name))
1473 def _isdir(self, path): member in NullProvider
1612 def _isdir(self, path): member in DefaultProvider
1641 _isdir = _has = lambda self, path: False variable in EmptyProvider
1863 def _isdir(self, fspath): member in ZipProvider
/external/python/cpython2/Lib/
Dntpath.py547 from nt import _isdir as isdir
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst440 Release GIL in nt._isdir
D3.5.3rc1.rst1264 Release GIL in nt._isdir