| | |
- __builtin__.object
-
- reader
- writer
class reader(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, file_object, data_type=None, data_type_list=None, field_names=False, delimiter=',')
- Supply a single data_type which is to be applied to all fields,
or supply a data_type_list containing the type of each field.
String is the default type if none is supplied.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class writer(__builtin__.object) |
| | |
Methods defined here:
- __init__(self, file_object, fields, field_names=None, delimiter=',')
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |