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

Method get

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

Source from the content-addressed store, hash-verified

133 headers['workbook-session-id'] = self.session_id
134
135 def get(self, *args, **kwargs):
136 self.prepare_request(kwargs)
137 return self.con.get(*args, **kwargs)
138
139 def post(self, *args, **kwargs):
140 self.prepare_request(kwargs)

Callers 15

__init__Method · 0.45
create_sessionMethod · 0.45
refresh_sessionMethod · 0.45
close_sessionMethod · 0.45
prepare_requestMethod · 0.45
_load_dataMethod · 0.45
__init__Method · 0.45
updateMethod · 0.45
auto_fit_columnsMethod · 0.45
auto_fit_rowsMethod · 0.45
__init__Method · 0.45

Calls 1

prepare_requestMethod · 0.95

Tested by

no test coverage detected