MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / save_flag

Function save_flag

20-executors/getflags/flags2_common.py:32–33  ·  view source on GitHub ↗
(img: bytes, filename: str)

Source from the content-addressed store, hash-verified

30
31
32def save_flag(img: bytes, filename: str) -> None:
33 (DEST_DIR / filename).write_bytes(img)
34
35
36def initial_report(cc_list: list[str],

Callers 1

download_oneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected