Return a Message representation of visible headers.
(self)
| 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.""" |