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

Method get_total_execution_count

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

Source from the content-addressed store, hash-verified

203 return pair_counts
204
205 def get_total_execution_count(self) -> int:
206 return sum(x.get("execution_count", 0) for x in self._data.values())
207
208 def get_execution_counts(self) -> dict[str, tuple[int, int]]:
209 counts = {}

Callers 3

calcFunction · 0.80
calc_pair_count_tableFunction · 0.80

Calls 2

getMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected