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

Method get_visible

Lib/mailbox.py:1933–1935  ·  view source on GitHub ↗

Return a Message representation of visible headers.

(self)

Source from the content-addressed store, hash-verified

1931 pass
1932
1933 def get_visible(self):
1934 """Return a Message representation of visible headers."""
1935 return Message(self._visible)
1936
1937 def set_visible(self, visible):
1938 """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