MCPcopy Create free account
hub / github.com/Kaggle/docker-python / do_HEAD

Method do_HEAD

tests/utils/kagglehub.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 Serving files under /input/tests/data/kagglehub.
17 """
18 def do_HEAD(self):
19 self.send_response(200)
20
21 def do_POST(self):
22 content_length = int(self.headers.get('Content-Length', 0))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected