Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/O365/python-o365
/ italic
Method
italic
O365/excel.py:234–237 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
232
233
@property
234
def
italic(self):
235
if
not self._loaded:
236
self._load_data()
237
return
self._italic
238
239
@italic.setter
240
def
italic(self, value):
Callers
nothing calls this directly
Calls
2
_load_data
Method · 0.95
add
Method · 0.45
Tested by
no test coverage detected