Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/commaai/openpilot
/ get
Method
get
tools/lib/api.py:30–31 ·
view source on GitHub ↗
(self, endpoint, **kwargs)
Source
from the content-addressed store, hash-verified
28
return
resp_json
29
30
def
get(self, endpoint, **kwargs):
31
return
self.request(
'GET'
, endpoint, **kwargs)
32
33
def
post(self, endpoint, **kwargs):
34
return
self.request(
'POST'
, endpoint, **kwargs)
Callers
15
_get_segments_remote
Method · 0.95
_get_route_metadata
Method · 0.95
get_max_seg_number_cached
Function · 0.95
get_bootlogs
Function · 0.95
juggle.py
File · 0.45
install
Function · 0.45
juggle_route
Function · 0.45
_run
Method · 0.45
get_cam_as_rgb
Function · 0.45
wheel_poll_thread
Function · 0.45
test_driving
Method · 0.45
comma_car_segments.py
File · 0.45
Calls
1
request
Method · 0.95
Tested by
4
test_driving
Method · 0.36
test_download_segment
Method · 0.36
test_direct_parsing
Method · 0.36
test_pipeline_defaults
Method · 0.36