Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
def
save_flag(img: bytes, filename: str) -> None:
33
(DEST_DIR / filename).write_bytes(img)
34
35
36
def
initial_report(cc_list: list[str],
Callers
1
download_one
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected