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