carputils.carpio.txt.open

orphan:

carputils.carpio.txt.open(*args, **kwargs)

Open an .dat or .vec file.

Convenience method to provide normal python style interface to create a file type object.

Args:
filename : str
The filename to open
mode : str, optional
‘r’ for read mode (default), ‘w’ for write mode