Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Count
Class
Count
Tools/scripts/summarize_stats.py:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
141
142
class
Count(int):
143
def
markdown(self) -> str:
144
return
format(self,
",d"
)
145
146
147
@dataclass(frozen=True)
Callers
15
calc
Function · 0.85
calc_pair_count_table
Function · 0.85
iter_pre_succ_pairs_tables
Function · 0.85
calc_specialization_effectiveness_table
Function · 0.85
calc_deferred_by_table
Function · 0.85
calc_misses_by_table
Function · 0.85
calc_call_stats_table
Function · 0.85
calc_object_stats_table
Function · 0.85
calc_gc_stats
Function · 0.85
calc_optimization_table
Function · 0.85
calc_optimizer_table
Function · 0.85
calc_jit_memory_table
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…