MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / setup

Method setup

dshell/output/htmlout.py:75–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.format_is_set = False
74
75 def setup(self):
76 # activate color blind friendly mode
77 if self.cbf:
78 self.colors['cs'] = 'gold' # client-to-server is gold (darker yellow)
79 self.colors['sc'] = 'seagreen' # server-to-client is sea green (lighter green)
80 self.fh.write(self._HTML_HEADER)
81
82 def write(self, *args, **kwargs):
83 if not self.format_is_set:

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected