MCPcopy
hub / github.com/attardi/wikiextractor / close

Method close

wikiextractor/WikiExtractor.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 self.file.write(data)
175
176 def close(self):
177 self.file.close()
178
179 def open(self, filename):
180 if self.compress:

Callers 5

reserveMethod · 0.95
process_dumpFunction · 0.95
load_templatesFunction · 0.45
extract_processFunction · 0.45
process_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected