MCPcopy Index your code
hub / github.com/RustPython/RustPython / Devnull

Class Devnull

Lib/test/support/smtpd.py:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

smtpd.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected