Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/O365/python-o365
/ patch
Method
patch
tests/test_message.py:372–373 ·
view source on GitHub ↗
(self, url, data)
Source
from the content-addressed store, hash-verified
370
self.responses = deque([MockResponse(data=data)])
371
372
def
patch(self, url, data):
373
return
self._request(
"patch"
, url, data)
374
375
def
get(self, url, params=None):
376
return
self._request(
"get"
, url, None)
Callers
nothing calls this directly
Calls
1
_request
Method · 0.95
Tested by
no test coverage detected