smpl_io.head

Functions

head(*inps[, open, n])

Returns the first n lines of fname.

headf(*inps[, open, n])

Returns the first n lines of fname.

Classes

ReadBuffer(input[, open])

Buffer for reading from a file if open is True.

StringIO([initial_value, newline])

Text I/O implementation using an in-memory buffer.