Searched refs:_isdir (Results 1 – 7 of 7) sorted by relevance
/external/python/pyfakefs/pyfakefs/ |
D | fake_scandir.py | 47 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/ |
D | glob.py | 62 if _isdir(_join(root_dir, dirname), dir_fd): 106 if _isdir(dirname, dir_fd): 188 def _isdir(pathname, dir_fd): function
|
D | ntpath.py | 806 from nt import _isdir as isdir
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1431 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/ |
D | ntpath.py | 547 from nt import _isdir as isdir
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 440 Release GIL in nt._isdir
|
D | 3.5.3rc1.rst | 1264 Release GIL in nt._isdir
|