Home
last modified time | relevance | path

Searched refs:urlretrieve (Results 101 – 125 of 555) sorted by relevance

12345678910>>...23

/dports/net/sems/sems-f89581a/apps/examples/tutorial/annc_service/
H A Dannc_service.py13 from urllib import urlretrieve
51 self.filename = urlretrieve(self.play)[0]
/dports/devel/py-zc.buildout/zc.buildout-2.11.3/src/zc/buildout/
H A Ddownload.py23 from urllib.request import FancyURLopener, URLopener, urlretrieve
39 def urlretrieve(url, tmp_path): function
207 tmp_path, headers = urlretrieve(url, tmp_path)
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Ddownload_datasets_and_models.py34 from urllib.request import urlretrieve
36 from urllib import urlretrieve
157 urlretrieve(url, destFile, reporthook=report_download_progress)
/dports/math/py-arviz/arviz-0.11.4/arviz/data/
H A Ddatasets.py7 from urllib.request import urlretrieve
239 urlretrieve(url, file_path)
/dports/misc/py-xgboost/xgboost-1.5.1/dev/
H A Drelease-pypi.py5 from urllib.request import urlretrieve
36 return urlretrieve(url, filename, reporthook=show_progress)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/
H A Drequest.pyi30 from urllib import urlretrieve as urlretrieve
/dports/misc/xgboost/xgboost-1.5.1/dev/
H A Drelease-pypi.py5 from urllib.request import urlretrieve
36 return urlretrieve(url, filename, reporthook=show_progress)
/dports/textproc/py-jq/jq-1.2.1/
H A Dsetup.py15 def urlretrieve(source_url, destination_path): function
92 urlretrieve(source_url, tarball_path)
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2/six/moves/urllib/
H A Drequest.pyi30 from urllib import urlretrieve as urlretrieve
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_urllib.py253 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
263 result = urllib.urlretrieve(self.constructLocalFileUrl(
287 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
296 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
310 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
324 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/tools/
H A Dinstall-build-deps29 from compat import urlretrieve
318 urlretrieve(url, f.name)
364 urlretrieve(url, download_path)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/
H A Drequest.pyi33 from urllib.request import urlretrieve as urlretrieve
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/3/six/moves/urllib/
H A Drequest.pyi33 from urllib.request import urlretrieve as urlretrieve
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_urllib.py422 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
432 result = urllib.urlretrieve(self.constructLocalFileUrl(
456 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
465 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
479 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
493 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
518 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
534 … self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve, 'http://example.com/')
/dports/textproc/py-gensim/gensim-4.0.1/gensim/
H A Ddownloader.py365 urllib.urlretrieve(url_load_file, init_path)
375 urllib.urlretrieve(
396 urllib.urlretrieve(url_data, dst_path, reporthook=_progress)
/dports/www/seahub/seahub-8.0.7-server/seahub/thumbnail/
H A Dutils.py11 from urllib.request import urlretrieve
13 from urllib.request import urlretrieve
170 urlretrieve(inner_path, tmp_file)
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DPDBList.py47 from urllib.request import urlretrieve
338 urlretrieve(url, filename)
500 urlretrieve(url, savefile)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_urllib.py448 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
458 result = urllib.urlretrieve(self.constructLocalFileUrl(
482 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
491 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
505 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
519 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
544 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
560 … self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve, 'http://example.com/')
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_urllib.py448 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
458 result = urllib.urlretrieve(self.constructLocalFileUrl(
482 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
491 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
505 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
519 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
544 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
560 … self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve, 'http://example.com/')
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_urllib.py448 result = urllib.urlretrieve("file:%s" % test_support.TESTFN)
458 result = urllib.urlretrieve(self.constructLocalFileUrl(
482 urllib.urlretrieve(self.constructLocalFileUrl(test_support.TESTFN),
491 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
505 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
519 urllib.urlretrieve(self.constructLocalFileUrl(srcFileName),
544 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,
560 … self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve, 'http://example.com/')
/dports/math/py-CyLP/CyLP-0.91.4/cylp/input/
H A DfileDownloader.py13 urllib.urlretrieve("http://www.netlib.org/lp/data/" + line, line)
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/cli/
H A Dpmg_config.py16 from urllib.request import urlretrieve
131 urlretrieve(bader_url, "bader.tar.gz")
/dports/sysutils/py-upt-pypi/upt-pypi-0.5/upt_pypi/
H A Dupt_pypi.py8 from urllib.request import urlretrieve
76 urlretrieve(wheel_url, wheel.name)
/dports/games/freeminer/freeminer-0.4.10.4/build/windows/
H A Dbuild.py44 urllib.request.urlretrieve(url, path)
99 …urllib.request.urlretrieve("http://downloads.sourceforge.net/irrlicht/{}.zip".format(irrlicht), zi…
113 urllib.request.urlretrieve("http://curl.haxx.se/download/{}.tar.gz".format(curl), tar_path)
/dports/math/py-CyLP/CyLP-0.91.4/cylp/input/netlib/
H A DfileDownloader.py15 urllib.urlretrieve("http://www.netlib.org/lp/data/"+line, line)

12345678910>>...23