MCPcopy 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

92class Devnull:
93 def write(self, msg): pass
94 def flush(self): pass
95
96
97DEBUGSTREAM = Devnull()

Callers 15

test_sys_remote_execFunction · 0.45
write_testsFunction · 0.45
run_testsFunction · 0.45
getvalueMethod · 0.45
test_strMethod · 0.45
memory_watchdog.pyFile · 0.45
test_name_resolutionMethod · 0.45
test_unbuffered_inputMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_sys_remote_execFunction · 0.36
getvalueMethod · 0.36
test_strMethod · 0.36
test_name_resolutionMethod · 0.36
test_unbuffered_inputMethod · 0.36
check_inputMethod · 0.36
testCompressMethod · 0.36