MCPcopy Index your code
hub / github.com/RustPython/RustPython / flush

Method flush

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

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

Callers 3

flushMethod · 0.45
closeMethod · 0.45
shutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected