Skip to content

Reference ABCMolecule ABCMolecule.tail

ABCMolecule.tail

tail(n=10, filetype=None)

Prints the last n rows.

Parameters:

  • n (int, default: 10 ) –

    Amount of filelines to select.

  • filetype (str | None, default: None ) –

    Format of the printed file.

Returns:

  • Method prints last n rows of filetype to terminal.