Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dabeaz/python-cookbook
/ example.py
File
example.py
src/15/reading_file_like_objects_from_c/example.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
f = open(
'sample.c'
)
2
import
sample
3
sample.consume_file(f)
4
f.close()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected