Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/toolong
/ close
Method
close
src/toolong/log_file.py:128–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
return
True
127
128
def
close(self) -> None:
129
if
self.file is not None:
130
self.file.close()
131
self.file = None
132
133
if
IS_WINDOWS:
134
Callers
4
on_unmount
Method · 0.45
on_unmount
Method · 0.45
open_compressed
Method · 0.45
scan_line_breaks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected