MCPcopy
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_unmountMethod · 0.45
on_unmountMethod · 0.45
open_compressedMethod · 0.45
scan_line_breaksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected