MCPcopy Create free account
hub / github.com/InternScience/InternAgent / flush

Method flush

internagent/stage.py:49–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 pass
48
49 def flush(self):
50 for stream in self.streams:
51 try:
52 stream.flush()
53 except (ValueError, OSError):
54 # Skip closed or invalid streams
55 pass
56
57 def isatty(self):
58 # Return True if any stream is a TTY

Callers 3

writeMethod · 0.45
log_messageFunction · 0.45
log_messageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected