Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
class
Devnull:
105
def
write(self, msg):
pass
106
def
flush(self):
pass
107
108
109
DEBUGSTREAM = Devnull()
Callers
1
smtpd.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected