Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
93
class
Devnull:
94
def
write(self, msg):
pass
95
def
flush(self):
pass
96
97
98
DEBUGSTREAM = Devnull()
Callers
1
smtpd.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected