Set the Message representation of visible headers.
(self, visible)
| 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.""" |