Return a Message representation of visible headers.
(self)
| 1857 | pass |
| 1858 | |
| 1859 | def get_visible(self): |
| 1860 | """Return a Message representation of visible headers.""" |
| 1861 | return Message(self._visible) |
| 1862 | |
| 1863 | def set_visible(self, visible): |
| 1864 | """Set the Message representation of visible headers.""" |
no test coverage detected