MCPcopy Create free account
hub / github.com/O365/python-o365 / _track_changes

Method _track_changes

O365/utils/utils.py:130–135  ·  view source on GitHub ↗

Update the track_changes on the parent to reflect a needed update on this field

(self)

Source from the content-addressed store, hash-verified

128
129 # noinspection PyProtectedMember
130 def _track_changes(self):
131 """ Update the track_changes on the parent to reflect a
132 needed update on this field """
133 if self._field and getattr(self._parent, '_track_changes',
134 None) is not None:
135 self._parent._track_changes.add(self._field)
136
137 @property
138 def address(self):

Callers 2

addressMethod · 0.95
nameMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected