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