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

Method do_POST

tests/test_google_genai_patch.py:18–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self.send_response(200)
17
18 def do_POST(self):
19 HTTPHandler.path = self.path
20 HTTPHandler.headers = self.headers
21 HTTPHandler.called = True
22 self.send_response(200)
23 self.send_header("Content-type", "application/json")
24 self.end_headers()
25
26class TestGoogleGenAiPatch(unittest.TestCase):
27 endpoint = "http://127.0.0.1:80"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected