Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ do_HEAD
Method
do_HEAD
tests/test_google_generativeai_patch_disabled.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
called = False
12
13
def
do_HEAD(self):
14
self.send_response(200)
15
16
def
do_GET(self):
17
print(
'YO MOD'
, self.path)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected