(self)
| 855 | |
| 856 | @property |
| 857 | def viz(self): |
| 858 | return self._viz |
| 859 | |
| 860 | def __init__(self, fields=None, win=None, env=None, opts={}, port=8097, server="localhost"): |
| 861 | super(BaseVisdomLogger, self).__init__(fields) |
nothing calls this directly
no outgoing calls
no test coverage detected