MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / flush

Method flush

SLiCAP/schematic/logfile.py:45–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return len(s)
44
45 def flush(self):
46 st = self._stream
47 if st is not None:
48 try:
49 st.flush()
50 except Exception:
51 pass
52
53 def isatty(self):
54 return bool(getattr(self._stream, "isatty", lambda: False)())

Callers 2

writeMethod · 0.80
set_log_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected