Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ CacheEntry
Class
CacheEntry
Tools/cases_generator/analyzer.py:180–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
179
@dataclass
180
class
CacheEntry:
181
name: str
182
size: int
183
184
def
__str__(self) -> str:
185
return
f
"{self.name}/{self.size}"
186
187
188
@dataclass
Callers
1
analyze_caches
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…