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

Method is_specializable

Tools/scripts/summarize_stats.py:321–322  ·  view source on GitHub ↗
(self, opcode: str)

Source from the content-addressed store, hash-verified

319 }
320
321 def is_specializable(self, opcode: str) -> bool:
322 return "specializable" in self._get_stats_for_opcode(opcode)
323
324 def get_specialized_total_counts(self) -> tuple[int, int, int]:
325 basic = 0

Callers 2

get_misses_countsMethod · 0.95

Calls 1

_get_stats_for_opcodeMethod · 0.95

Tested by

no test coverage detected