|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Read csv files. More...
Classes | |
| class | CSVFile |
| Read from a csv file. More... | |
Functions | |
| def | open (args, kwargs) |
| Open a csv file. More... | |
Variables | |
| fopen = open | |
Read csv files.
| 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 |
1.8.13