Home
last modified time | relevance | path

Searched refs:_isfile (Results 1 – 25 of 25) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/tests/paths/
H A Dtest_files.py297 def _list(self, locale, _walk, _isfile): argument
380 _isfile.side_effect = os_.isfile
385 def test_reference(self, _walk, _isfile): argument
386 pontoon_config, vendor_config, files = self._list(None, _walk, _isfile)
407 def test_de(self, _walk, _isfile): argument
410 pontoon_config, vendor_config, files = self._list('de', _walk, _isfile)
470 def test_gd(self, _walk, _isfile): argument
472 pontoon_config, vendor_config, files = self._list('gd', _walk, _isfile)
500 def test_it(self, _walk, _isfile): argument
502 pontoon_config, vendor_config, files = self._list('it', _walk, _isfile)
H A D__init__.py114 def _isfile(self, path): member in MockProjectFiles
/dports/devel/py-iopath/iopath-b49ef53b557b794ad142047905827a6727b91d63/tests/
H A Dtest_s3.py233 self.s3_pathhandler._isfile("/".join([self.s3_full_path, "dir1", "FAIL"]))
237 self.s3_pathhandler._isfile("/".join([self.s3_full_path, "FAIL/"]))
241 self.s3_pathhandler._isfile(
247 self.s3_pathhandler._isfile("/".join([self.s3_full_path, "dir1/"]))
302 self.assertTrue(self.s3_pathhandler._isfile(path))
308 self.assertFalse(self.s3_pathhandler._isfile(path))
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dfilectxactions.py72 def _isfile(fds): function
242 (_isfile, _notpatch, _filestatus('MARC!')))
253 (_isfile, _notpatch))
361 (_isfile, _filestatus('MACI?')))
369 (_isfile, _filestatus('MACI?')))
378 (_isfile, _filestatus('MACI?')))
551 (_isfile, _filestatus('R!')))
557 (_isfile, _merged, _filestatus('MA')))
653 (_single, _isfile, _filestatus('MC')))
658 (_single, _isfile, _filestatus('MC')))
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/backports/zoneinfo/
H A D_tzpath.py80 def _isfile(path): function
90 _isfile = os.path.isfile
98 if _isfile(filepath):
/dports/devel/py-backports.zoneinfo/backports.zoneinfo-0.2.1/src/backports/zoneinfo/
H A D_tzpath.py80 def _isfile(path): function
90 _isfile = os.path.isfile
98 if _isfile(filepath):
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/paths/
H A Dfiles.py174 if self._isfile(base):
188 def _isfile(self, path): member in ProjectFiles
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/paths/
H A Dfiles.py174 if self._isfile(base):
188 def _isfile(self, path): member in ProjectFiles
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/paths/
H A Dfiles.py174 if self._isfile(base):
188 def _isfile(self, path): member in ProjectFiles
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/paths/
H A Dfiles.py174 if self._isfile(base):
188 def _isfile(self, path): member in ProjectFiles
/dports/devel/py-iopath/iopath-b49ef53b557b794ad142047905827a6727b91d63/iopath/common/
H A Ds3.py207 assert self._isfile(path)
456 def _isfile(self, path: str, **kwargs: Any) -> bool: member in S3PathHandler
H A Dfile_io.py430 def _isfile(self, path: str, **kwargs: Any) -> bool: member in PathHandler
704 def _isfile(self, path: str, **kwargs: Any) -> bool: member in NativePathHandler
1263 bret = handler._isfile(path, **kwargs) # type: ignore
/dports/devel/py-fs/fs-0.5.4/fs/contrib/
H A Dsqlitefs.py466 def _isfile(self,path): member in SqliteFS
478 return self._isfile(path) or self._isdir(path)
524 return self._isfile(path)
/dports/audio/py-apetag/py-ApeTag-1.2/
H A DApeTag.py105 from os.path import isfile as _isfile unknown
391 if isinstance(fil, basestring) and _isfile(fil):
808 if _isfile(filename):
/dports/devel/py-fs/fs-0.5.4/fs/osfs/
H A D__init__.py18 from os.path import exists as _exists, isdir as _isdir, isfile as _isfile unknown
258 return _isfile(self.getsyspath(path))
/dports/devel/py-nose/nose-1.3.7/unit_tests/
H A Dtest_loader.py166 _isfile = os.path.isfile variable
259 loader.op_isfile = selector.op_isfile = os.path.isfile = _isfile
/dports/devel/py-fs2/fs-2.4.11/fs/
H A Dwrapfs.py427 _isfile = _fs.isfile(_path)
428 return _isfile
/dports/net-im/py-telepot/telepot-12.7/telepot/
H A D__init__.py303 def _isfile(f): function
1054 d = dest if _isfile(dest) else open(dest, 'wb')
1064 if not _isfile(dest) and 'd' in locals():
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/
H A Dasyn.py526 async def _isfile(self, path): member in AsyncFileSystem
700 if not out and (await self._isfile(path)):
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/http/
H A Dhttp.h220 void del(const QUrl &url, bool _isfile) override;
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dx509.py302 def _isfile(path): function
319 if _isfile(input_):
/dports/www/py-Tenjin/Tenjin-1.1.1/lib2/
H A Dtenjin.py40 from os.path import isfile as _isfile unknown
1327 if not _isfile(cachepath): return None
1533 if not _isfile(fpath):
/dports/www/py-Tenjin/Tenjin-1.1.1/lib3/
H A Dtenjin.py40 from os.path import isfile as _isfile unknown
1317 if not _isfile(cachepath): return None
1522 if not _isfile(fpath):
/dports/www/py-Tenjin/Tenjin-1.1.1/benchmark/gae/lib/
H A Dtenjin.py40 from os.path import isfile as _isfile unknown
1327 if not _isfile(cachepath): return None
1533 if not _isfile(fpath):
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dhttp.py309 async def _isfile(self, path, **kwargs): member in HTTPFileSystem