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

Method name

O365/utils/utils.py:153–160  ·  view source on GitHub ↗

Name of the recipient :getter: Get the name :setter: Set and update the name :type: str

(self)

Source from the content-addressed store, hash-verified

151
152 @property
153 def name(self):
154 """ Name of the recipient
155
156 :getter: Get the name
157 :setter: Set and update the name
158 :type: str
159 """
160 return self._name
161
162 @name.setter
163 def name(self, value):

Callers

nothing calls this directly

Calls 1

_track_changesMethod · 0.95

Tested by

no test coverage detected