March 2003
Intermediate to advanced
656 pages
39h 30m
English
tostring
a.tostring( )Returns the string with the bytes from all items of
a, taken as machine values. For any
a,
len(
a
.tostring( )) always equals
len(
a
)*
a
.itemsize.
f
.write(
a
.tostring( )) is the same as
a
.tofile(
f
).