MCPcopy
hub / github.com/O365/python-o365 / _cc

Method _cc

O365/utils/utils.py:419–421  ·  view source on GitHub ↗

Alias for protocol.convert_case

(self, dict_key)

Source from the content-addressed store, hash-verified

417 return self.protocol.get_service_keyword(keyword)
418
419 def _cc(self, dict_key):
420 """ Alias for protocol.convert_case """
421 return self.protocol.convert_case(dict_key)
422
423 def _parse_date_time_time_zone(self,
424 date_time_time_zone: Union[dict, str],

Callers 15

_request_statusMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
updateMethod · 0.80
share_with_inviteMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

convert_caseMethod · 0.80

Tested by

no test coverage detected