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

Method set_visible

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

Set the Message representation of visible headers.

(self, visible)

Source from the content-addressed store, hash-verified

1861 return Message(self._visible)
1862
1863 def set_visible(self, visible):
1864 """Set the Message representation of visible headers."""
1865 self._visible = Message(visible)
1866
1867 def update_visible(self):
1868 """Update and/or sensibly generate a set of visible headers."""

Callers 2

get_messageMethod · 0.95
_explain_toMethod · 0.80

Calls 1

MessageClass · 0.70

Tested by

no test coverage detected