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

Method close

dshell/plugins/visual/piecharts.py:239–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 self.fh.write(self._HTML_HEADER)
238
239 def close(self):
240 self.fh.write(self._HTML_FOOTER)
241 Output.close(self)
242
243class DshellPlugin(dshell.core.ConnectionPlugin):
244

Callers 3

__del__Method · 0.45
__closeStreamMethod · 0.45
postmoduleMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected