MCPcopy Index your code
hub / github.com/slackapi/python-slack-sdk / do_GET

Method do_GET

tests/slack_sdk/scim/mock_web_api_handler.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 raise
59
60 def do_GET(self):
61 self._handle()
62
63 def do_POST(self):
64 self._handle()

Callers

nothing calls this directly

Calls 1

_handleMethod · 0.95

Tested by

no test coverage detected