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

Function message

tests/test_message.py:351–357  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

349
350
351def message(**kwargs):
352 defaults = dict(
353 con=MockConnection(),
354 protocol=MSGraphProtocol(),
355 )
356 defaults.update(kwargs)
357 return Message(**defaults)
358
359
360apicall = namedtuple("apicall", ["method", "url", "payload"])

Calls 4

MSGraphProtocolClass · 0.90
MessageClass · 0.90
MockConnectionClass · 0.70
updateMethod · 0.45

Tested by

no test coverage detected