MCPcopy 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

startTestMethod · 0.45
_write_statusMethod · 0.45
addSubTestMethod · 0.45
addSuccessMethod · 0.45
addErrorMethod · 0.45
addFailureMethod · 0.45
addSkipMethod · 0.45
addExpectedFailureMethod · 0.45
addUnexpectedSuccessMethod · 0.45
printErrorsMethod · 0.45
printErrorListMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected