smpl_io.tail

Functions

tail(*inps[, open, n])

Returns the last n lines of fname.

tailf(*inps[, open, n])

Returns the last 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.