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

Method sensitivity

O365/calendar.py:1249–1256  ·  view source on GitHub ↗

Sensitivity of the Event :getter: Get the current sensitivity :setter: Set a new sensitivity :type: EventSensitivity

(self)

Source from the content-addressed store, hash-verified

1247
1248 @property
1249 def sensitivity(self):
1250 """ Sensitivity of the Event
1251
1252 :getter: Get the current sensitivity
1253 :setter: Set a new sensitivity
1254 :type: EventSensitivity
1255 """
1256 return self.__sensitivity
1257
1258 @sensitivity.setter
1259 def sensitivity(self, value):

Callers

nothing calls this directly

Calls 3

from_valueMethod · 0.80
_ccMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected