MCPcopy Create free account
hub / github.com/FastLED/FastLED / close

Method close

ci/util/tee.py:82–86  ·  view source on GitHub ↗

Flush and close the file handle.

(self)

Source from the content-addressed store, hash-verified

80 self._file_handle.write(f"exit code {exit_code}\n")
81
82 def close(self) -> None:
83 """Flush and close the file handle."""
84 with self._lock:
85 self._file_handle.flush()
86 self._file_handle.close()
87
88 @property
89 def file_path(self) -> Path:

Callers 15

producer_threadFunction · 0.95
compile_mesonFunction · 0.95
run_fastled_web_compilerFunction · 0.45
run_playwrightFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
_init_dbMethod · 0.45
get_by_nameMethod · 0.45
get_by_idMethod · 0.45
insertMethod · 0.45

Calls 1

flushMethod · 0.45

Tested by 4

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36