Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
92
class
Devnull:
93
def
write(self, msg):
pass
94
def
flush(self):
pass
95
96
97
DEBUGSTREAM = Devnull()
Callers
1
smtpd.py
File · 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…