MCPcopy Index your code
hub / github.com/commaai/openpilot / which

Method which

tools/lib/logreader.py:78–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 return dir(self._evt)
77
78 def which(self) -> str:
79 if self._enum is None:
80 self._enum = self._evt.which()
81 return self._enum
82
83 def __getattr__(self, name: str):
84 if name.startswith("__") and name.endswith("__"):

Callers 15

decoderFunction · 0.80
processFunction · 0.80
sanitize_msgFunction · 0.80
sanitizeFunction · 0.80
__iter__Method · 0.80
filterMethod · 0.80
msgs_to_time_seriesFunction · 0.80
test_only_union_typesMethod · 0.80
_parse_and_chunk_segmentFunction · 0.80
reportFunction · 0.80
generate_report.pyFile · 0.80

Calls

no outgoing calls

Tested by 15

test_only_union_typesMethod · 0.64
test_car_interfacesMethod · 0.64
test_car_paramsMethod · 0.64
setup_classMethod · 0.64
ci_setup_data_readersFunction · 0.64
test_processFunction · 0.64
get_select_fields_dataFunction · 0.64
modify_logs_midwayFunction · 0.64