MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_visible

Method set_visible

Lib/mailbox.py:1937–1939  ·  view source on GitHub ↗

Set the Message representation of visible headers.

(self, visible)

Source from the content-addressed store, hash-verified

1935 return Message(self._visible)
1936
1937 def set_visible(self, visible):
1938 """Set the Message representation of visible headers."""
1939 self._visible = Message(visible)
1940
1941 def update_visible(self):
1942 """Update and/or sensibly generate a set of visible headers."""

Callers 3

get_messageMethod · 0.95
test_visibleMethod · 0.95
_explain_toMethod · 0.80

Calls 1

MessageClass · 0.70

Tested by 1

test_visibleMethod · 0.76