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

Method __init__

O365/excel.py:159–169  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

157 """ A font format applied to a range """
158
159 def __init__(self, parent):
160 self.parent = parent
161 self._track_changes = TrackerSet(casing=parent._cc)
162 self._loaded = False
163
164 self._bold = False
165 self._color = '#000000' # default black
166 self._italic = False
167 self._name = 'Calibri'
168 self._size = 10
169 self._underline = 'None'
170
171 def _load_data(self):
172 """ Loads the data into this instance """

Callers

nothing calls this directly

Calls 1

TrackerSetClass · 0.85

Tested by

no test coverage detected