Home
last modified time | relevance | path

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

12345678910>>...23

/dports/sysutils/py-google-compute-engine/compute-image-packages-20190522/packages/python-google-compute-engine/google_compute_engine/tests/
H A Dcompat_test.py24 from google_compute_engine.test_compat import urlretrieve
36 urlretrieve.urlretrieve(url, filename)
51 urlretrieve.urlretrieve(url, filename)
65 urlretrieve.urlretrieve(url, filename, *args, **kwargs)
/dports/devel/aws-checksums/aws-checksums-0.1.12/.github/workflows/
H A Dci.yml97 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
108 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
116 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
124 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
132 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
141 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
155 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
/dports/devel/aws-c-common/aws-c-common-0.6.15/.github/workflows/
H A Dci.yml103 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
114 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
122 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
130 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
138 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
147 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
161 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
/dports/databases/py-sqlite3/Python-3.8.12/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/databases/py-gdbm/Python-3.8.12/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/lang/python-tools/Python-3.8.12/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/lang/python310/Python-3.10.1/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/lang/python311/Python-3.11.0a3/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/lang/python39/Python-3.9.9/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/lang/python38/Python-3.8.12/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/lang/python37/Python-3.7.12/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PCbuild/
H A Durlretrieve.py11 from urllib.request import urlretrieve
15 from urllib import urlretrieve
24 def urlretrieve(url, filename): function
39 urlretrieve(URL, FILENAME)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_urllibnet.py148 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_urllibnet.py148 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_urllibnet.py148 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_urllibnet.py148 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_urllibnet.py148 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_urllibnet.py148 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
151 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/security/aws-c-auth/aws-c-auth-0.6.5/.github/workflows/
H A Dci.yml78 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
89 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
97 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
105 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_urllibnet.py147 def urlretrieve(self, *args): member in urlretrieveNetworkTests
148 return _open_with_retry(urllib.urlretrieve, *args)
152 file_location,info = self.urlretrieve("http://www.python.org/")
165 file_location,info = self.urlretrieve("http://www.python.org/",
178 file_location, header = self.urlretrieve("http://www.python.org/")
185 file_location, fileheaders = self.urlretrieve(logo)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_urllibnet.py159 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
162 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
170 with self.urlretrieve(self.logo) as (file_location, info):
179 with self.urlretrieve(self.logo,
188 with self.urlretrieve(self.logo) as (file_location, info):
195 with self.urlretrieve(self.logo) as (file_location, fileheaders):
209 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_urllibnet.py158 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
161 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
169 with self.urlretrieve(self.logo) as (file_location, info):
178 with self.urlretrieve(self.logo,
187 with self.urlretrieve(self.logo) as (file_location, info):
194 with self.urlretrieve(self.logo) as (file_location, fileheaders):
208 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_urllibnet.py159 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
162 file_location, info = urllib.request.urlretrieve(*args, **kwargs)
170 with self.urlretrieve(self.logo) as (file_location, info):
179 with self.urlretrieve(self.logo,
188 with self.urlretrieve(self.logo) as (file_location, info):
195 with self.urlretrieve(self.logo) as (file_location, fileheaders):
209 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/devel/py-future/future-0.18.2/tests/test_future/
H A Dtest_urllibnet.py153 def urlretrieve(self, *args, **kwargs): member in urlretrieveNetworkTests
156 file_location, info = urllib_request.urlretrieve(*args, **kwargs)
164 with self.urlretrieve("http://www.python.org/") as (file_location, info):
173 with self.urlretrieve("http://www.python.org/",
183 with self.urlretrieve("http://www.python.org/") as (file_location, info):
190 with self.urlretrieve(self.logo) as (file_location, fileheaders):
203 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/dports/devel/aws-c-sdkutils/aws-c-sdkutils-0.1.1/.github/workflows/
H A Dci.yml90 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
101 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
109 …python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BU…
117 …python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.B…

12345678910>>...23