MCPcopy
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_remoteMethod · 0.95
_get_route_metadataMethod · 0.95
get_bootlogsFunction · 0.95
juggle.pyFile · 0.45
installFunction · 0.45
juggle_routeFunction · 0.45
_runMethod · 0.45
get_cam_as_rgbFunction · 0.45
wheel_poll_threadFunction · 0.45
test_drivingMethod · 0.45

Calls 1

requestMethod · 0.95

Tested by 4

test_drivingMethod · 0.36
test_download_segmentMethod · 0.36
test_direct_parsingMethod · 0.36