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

Method do_GET

tests/test_google_generativeai_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_GET(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 TestGoogleGenerativeAiPatch(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