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/setuptools/pkg_resources/
D__init__.py1411 return self._isdir(self._fn(self.module_path, resource_name))
1414 return self.egg_info and self._isdir(self._fn(self.egg_info, name))
1452 def _isdir(self, path): member in NullProvider
1506 def _isdir(self, path): member in DefaultProvider
1535 _isdir = _has = lambda self, path: False variable in EmptyProvider
1756 def _isdir(self, fspath): member in ZipProvider
/external/python/cpython2/Lib/
Dntpath.py547 from nt import _isdir as isdir
/external/python/cpython3/Lib/
Dntpath.py791 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
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...