MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / get_confirm_token

Function get_confirm_token

unsupervised_class3/util.py:153–157  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

151
152
153def get_confirm_token(response):
154 for key, value in response.cookies.items():
155 if key.startswith('download_warning'):
156 return value
157 return None
158
159
160def download_file(file_id, dest):

Callers 1

download_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected