MCPcopy Index your code
hub / github.com/python/cpython / set_visible

Method set_visible

Lib/mailbox.py:1944–1946  ·  view source on GitHub ↗

Set the Message representation of visible headers.

(self, visible)

Source from the content-addressed store, hash-verified

1942 return Message(self._visible)
1943
1944 def set_visible(self, visible):
1945 """Set the Message representation of visible headers."""
1946 self._visible = Message(visible)
1947
1948 def update_visible(self):
1949 """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