MCPcopy
hub / github.com/Textualize/rich / flush

Method flush

rich/_null_file.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return 0
61
62 def flush(self) -> None:
63 pass
64
65 def fileno(self) -> int:
66 return -1

Callers 3

test_null_fileFunction · 0.95
_write_bufferMethod · 0.45
write_textMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_null_fileFunction · 0.76