Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ flush
Method
flush
Lib/test/test_unittest/support.py:149–151 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
147
self.buffer += arg
148
149
def
flush(self):
150
self.result += self.buffer
151
self.buffer =
''
152
153
def
getvalue(self):
154
return
self.result
Callers
2
testFailFastSetByRunner
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
2
testFailFastSetByRunner
Method · 0.76
run
Method · 0.76