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

Method do_HEAD

tests/test_user_secrets.py:31–32  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

29 raise NotImplementedError()
30
31 def do_HEAD(s):
32 s.send_response(200)
33
34 def do_POST(s):
35 s.set_request()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected