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