Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ get
Method
get
tests/test_registration_engine.py:31–32 ·
view source on GitHub ↗
(self, url, **kwargs)
Source
from the content-addressed store, hash-verified
29
self.cookies = {}
30
31
def
get(self, url, **kwargs):
32
return
self._request(
"GET"
, url, **kwargs)
33
34
def
post(self, url, **kwargs):
35
return
self._request(
"POST"
, url, **kwargs)
Callers
5
fake_browser_token
Function · 0.45
fake_pow_token
Function · 0.45
fake_update_registration_task
Function · 0.45
test_run_sync_registration_task_marks_cancelled_on_cooperative_stop
Function · 0.45
test_batch_parallel_stops_launching_new_tasks_after_cancel
Function · 0.45
Calls
1
_request
Method · 0.95
Tested by
no test coverage detected