Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
133
obj = HTMLOutput
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected