MCPcopy
hub / github.com/geekcomputers/Python / print_all

Function print_all

ex20.py:6–7  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

4
5
6def print_all(f):
7 print(f.read())
8
9
10# seek(n) to read a file's content from byte-n

Callers 1

ex20.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected