Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Relento/lego_release
/ _flush
Method
_flush
util/html_table.py:151–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
print(*args, file=self._index_file, **kwargs)
150
151
def
_flush(self):
152
self._index_file.flush()
153
154
def
get_index_filename(self):
155
return
osp.join(self.visdir,
'index.html'
)
Callers
1
row
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected