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

Class Flush

Tools/cases_generator/analyzer.py:136–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136class Flush:
137 @property
138 def properties(self) -> Properties:
139 return SKIP_PROPERTIES
140
141 @property
142 def name(self) -> str:
143 return "flush"
144
145 @property
146 def size(self) -> int:
147 return 0
148
149
150

Callers 1

add_macroFunction · 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…