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

Method get_visible

Lib/mailbox.py:1940–1942  ·  view source on GitHub ↗

Return a Message representation of visible headers.

(self)

Source from the content-addressed store, hash-verified

1938 pass
1939
1940 def get_visible(self):
1941 """Return a Message representation of visible headers."""
1942 return Message(self._visible)
1943
1944 def set_visible(self, visible):
1945 """Set the Message representation of visible headers."""

Callers 4

_explain_toMethod · 0.95
test_visibleMethod · 0.95
test_babyl_to_babylMethod · 0.95
_install_messageMethod · 0.80

Calls 1

MessageClass · 0.70

Tested by 2

test_visibleMethod · 0.76
test_babyl_to_babylMethod · 0.76