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

Method close

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

Source from the content-addressed store, hash-verified

127 self.counter += 1
128
129 def close(self):
130 self.fh.write(self._HTML_FOOTER)
131 Output.close(self)
132
133obj = HTMLOutput

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected