MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

Lib/test/support/smtpd.py:93–93  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

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

Callers 15

make_cert_keyFunction · 0.45
make_caFunction · 0.45
make_ssl_certs.pyFile · 0.45
qgrep.pyFile · 0.45
qcat.pyFile · 0.45
write_junitMethod · 0.45
_runtestFunction · 0.45
finalize_testsMethod · 0.45
make_scriptFunction · 0.45
make_zip_scriptFunction · 0.45
make_zip_pkgFunction · 0.45
open_urlresourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected