carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | CSVFile |
Read from a csv file. More... | |
Functions | |
def | open (args, kwargs) |
Open a csv file. More... | |
Variables | |
fopen = open | |
def carputils.carpio.csv.open | ( | args, | |
kwargs | |||
) |
Open a csv file.
Convenience method to provide normal python style interface to create a file type object.
Parameters inherited from CSVFile.__init__()
carputils.carpio.csv.fopen = open |