MCPcopy Create free account
hub / github.com/TPCD/DCCL / viz

Method viz

project_utils/visualization_utils.py:857–858  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected