Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ set_request
Method
set_request
tests/test_user_secrets.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
class
UserSecretsHTTPHandler(BaseHTTPRequestHandler):
24
25
def
set_request(self):
26
raise
NotImplementedError()
27
28
def
get_response(self):
29
raise
NotImplementedError()
Callers
1
do_POST
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected