March 2003
Intermediate to advanced
656 pages
39h 30m
English
fromfile
a.fromfile(f,n)Reads n items, taken as machine values,
from file object f, and appends the items
to a. Note that
f should be open for reading in binary
mode, for example with mode 'rb‘. When less than
n items are available in
f, fromfile raises
EOFError after appending the items that are
available.