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

Method flush

Lib/logging/__init__.py:1039–1046  ·  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

1037 self.formatter = fmt
1038
1039 def flush(self):
1040 """
1041 Ensure all logging output has been flushed.
1042
1043 This version does nothing and is intended to be implemented by
1044 subclasses.
1045 """
1046 pass
1047
1048 def close(self):
1049 """

Callers 3

flushMethod · 0.45
closeMethod · 0.45
shutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected