MCPcopy
hub / github.com/NVlabs/SPADE / save

Method save

util/html.py:57–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 p(txt.encode('utf-8'))
56
57 def save(self):
58 html_file = os.path.join(self.web_dir, self.html_name)
59 f = open(html_file, 'wt')
60 f.write(self.doc.render())
61 f.close()
62
63
64if __name__ == '__main__':

Callers 6

train.pyFile · 0.45
test.pyFile · 0.45
html.pyFile · 0.45
save_imageFunction · 0.45
save_networkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected