Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do_HEAD
Method
do_HEAD
Lib/test/test_httpservers.py:181–182 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
179
self.send_error(int(self.path[1:]))
180
181
def
do_HEAD(self):
182
self.send_error(int(self.path[1:]))
183
184
def
setUp(self):
185
BaseTestCase.setUp(self)
Callers
nothing calls this directly
Calls
1
send_error
Method · 0.80
Tested by
no test coverage detected