MCPcopy Index your code
hub / github.com/python/cpython / get_opcode_names

Method get_opcode_names

Tools/scripts/summarize_stats.py:193–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 self._specialized_instructions = specialized_instructions
192
193 def get_opcode_names(self) -> KeysView[str]:
194 return self._data.keys()
195
196 def get_pair_counts(self) -> dict[tuple[str, str], int]:
197 pair_counts = {}

Callers 2

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected