MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Devnull

Class Devnull

tools/python-3.11.9-amd64/Lib/smtpd.py:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104class Devnull:
105 def write(self, msg): pass
106 def flush(self): pass
107
108
109DEBUGSTREAM = Devnull()

Callers 1

smtpd.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected