MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / flush

Method flush

tools/python-3.11.9-amd64/Lib/logging/__init__.py:989–996  ·  view source on GitHub ↗

Ensure all logging output has been flushed. This version does nothing and is intended to be implemented by subclasses.

(self)

Source from the content-addressed store, hash-verified

987 self.formatter = fmt
988
989 def flush(self):
990 """
991 Ensure all logging output has been flushed.
992
993 This version does nothing and is intended to be implemented by
994 subclasses.
995 """
996 pass
997
998 def close(self):
999 """

Callers 4

flushMethod · 0.45
closeMethod · 0.45
shutdownFunction · 0.45
print_outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected