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

Class Devnull

Lib/test/support/smtpd.py:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

smtpd.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…