Home
last modified time | relevance | path

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

/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.py666 from nt import _isdir as isdir
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst440 Release GIL in nt._isdir
D3.5.3rc1.rst1265 Release GIL in nt._isdir