Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
reserve
Method · 0.95
process_dump
Function · 0.95
load_templates
Function · 0.45
extract_process
Function · 0.45
process_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected