MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_message

Method get_message

tools/python-3.11.9-amd64/Lib/mailbox.py:79–81  ·  view source on GitHub ↗

Return a Message representation or raise a KeyError.

(self, key)

Source from the content-addressed store, hash-verified

77 return self._factory(file)
78
79 def get_message(self, key):
80 """Return a Message representation or raise a KeyError."""
81 raise NotImplementedError('Method must be implemented by subclass')
82
83 def get_string(self, key):
84 """Return a string representation or raise a KeyError.

Callers 1

__getitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected