MCPcopy Index your code
hub / github.com/O365/python-o365 / patch

Method patch

O365/excel.py:147–149  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

145 return self.con.put(*args, **kwargs)
146
147 def patch(self, *args, **kwargs):
148 self.prepare_request(kwargs)
149 return self.con.patch(*args, **kwargs)
150
151 def delete(self, *args, **kwargs):
152 self.prepare_request(kwargs)

Callers 7

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls 1

prepare_requestMethod · 0.95

Tested by

no test coverage detected