Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
243
class
DshellPlugin(dshell.core.ConnectionPlugin):
244
Callers
3
__del__
Method · 0.45
__closeStream
Method · 0.45
postmodule
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected