Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ new_message
Method
new_message
web/utils.py:1480–1483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1478
self.multipart = False
1479
1480
def
new_message(self):
1481
from
email.message
import
Message
1482
1483
return
Message()
1484
1485
def
attach(self, filename, content, content_type=None):
1486
if
not self.multipart:
Callers
2
__init__
Method · 0.95
attach
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected