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

Class Skip

Tools/cases_generator/analyzer.py:123–133  ·  view source on GitHub ↗

Unused cache entry

Source from the content-addressed store, hash-verified

121
122@dataclass
123class Skip:
124 "Unused cache entry"
125 size: int
126
127 @property
128 def name(self) -> str:
129 return f"unused/{self.size}"
130
131 @property
132 def properties(self) -> Properties:
133 return SKIP_PROPERTIES
134
135
136class Flush:

Callers 2

desugar_instFunction · 0.70
add_macroFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…