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

Method get_visible

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

Return a Message representation of visible headers.

(self)

Source from the content-addressed store, hash-verified

1857 pass
1858
1859 def get_visible(self):
1860 """Return a Message representation of visible headers."""
1861 return Message(self._visible)
1862
1863 def set_visible(self, visible):
1864 """Set the Message representation of visible headers."""

Callers 2

_explain_toMethod · 0.95
_install_messageMethod · 0.80

Calls 1

MessageClass · 0.70

Tested by

no test coverage detected