mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
removed contex related comments
This commit is contained in:
parent
d2d30ae97d
commit
866e75a841
1 changed files with 1 additions and 4 deletions
|
|
@ -17,10 +17,7 @@ def download(url, checksum=None, **kwargs):
|
|||
checksum : str or None
|
||||
MD5 checksum to check against
|
||||
**kwargs : dict
|
||||
Optional arguements passed to urlopen()
|
||||
context: ssl.SSLContext object
|
||||
Describes the various SSL options,
|
||||
e.g. context=ssl._create_unverified_context()
|
||||
Keyword arguments passed to :func:urllib.request.urlopen
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue