Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ do_HEAD
Method
do_HEAD
tests/test_datasets.py:30–31 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
28
raise
NotImplementedError()
29
30
def
do_HEAD(s):
31
s.send_response(200)
32
33
def
do_POST(s):
34
s.set_request()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected