Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/O365/python-o365
/ test_delete
Method
test_delete
tests/test_message.py:238–240 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
236
msg.save_message()
237
238
def
test_delete(self):
239
msg = message(__cloud_data__={
"id"
:
"123"
})
240
msg.delete()
241
242
def
test_forward(self):
243
msg = message(__cloud_data__={
"id"
:
"123"
,
"isDraft"
: False})
Callers
nothing calls this directly
Calls
2
message
Function · 0.85
delete
Method · 0.45
Tested by
no test coverage detected