Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ flush
Method
flush
Lib/test/support/smtpd.py:94–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
class
Devnull:
93
def
write(self, msg):
pass
94
def
flush(self):
pass
95
96
97
DEBUGSTREAM = Devnull()
Callers
15
test_sys_remote_exec
Function · 0.45
write_tests
Function · 0.45
run_tests
Function · 0.45
getvalue
Method · 0.45
test_dump_c_stack_file
Method · 0.45
test_universal_newlines_and_text
Method · 0.45
test_str
Method · 0.45
memory_watchdog.py
File · 0.45
test_name_resolution
Method · 0.45
test_flush_reparse_deferral_enabled
Method · 0.45
test_flush_reparse_deferral_disabled
Method · 0.45
test_unbuffered_input
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_sys_remote_exec
Function · 0.36
getvalue
Method · 0.36
test_dump_c_stack_file
Method · 0.36
test_universal_newlines_and_text
Method · 0.36
test_str
Method · 0.36
test_name_resolution
Method · 0.36
test_flush_reparse_deferral_enabled
Method · 0.36
test_flush_reparse_deferral_disabled
Method · 0.36
test_unbuffered_input
Method · 0.36
check_input
Method · 0.36
testCompress
Method · 0.36
testCompressEmptyString
Method · 0.36