Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/O365/python-o365
/ delete
Method
delete
tests/test_message.py:378–379 ·
view source on GitHub ↗
(self, url)
Source
from the content-addressed store, hash-verified
376
return
self._request(
"get"
, url, None)
377
378
def
delete(self, url):
379
return
self._request(
"delete"
, url, None)
380
381
def
post(self, url, data=None):
382
return
self._request(
"post"
, url, data)
Callers
2
teardown_class
Method · 0.45
test_delete
Method · 0.45
Calls
1
_request
Method · 0.95
Tested by
no test coverage detected