Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ do_HEAD
Method
do_HEAD
tests/test_bigquery_proxy.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
proxy_header_found = False
24
25
def
do_HEAD(self):
26
self.send_response(200)
27
28
def
do_GET(self):
29
HTTPHandler.called = True
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected