Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ flush
Method
flush
Lib/unittest/_log.py:19–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
self.watcher = _LoggingWatcher([], [])
18
19
def
flush(self):
20
pass
21
22
def
emit(self, record):
23
self.watcher.records.append(record)
Callers
12
startTest
Method · 0.45
_write_status
Method · 0.45
addSubTest
Method · 0.45
addSuccess
Method · 0.45
addError
Method · 0.45
addFailure
Method · 0.45
addSkip
Method · 0.45
addExpectedFailure
Method · 0.45
addUnexpectedSuccess
Method · 0.45
printErrors
Method · 0.45
printErrorList
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected