rpki.myrpki.csv_reader Class Reference

Inherits object.

Collaboration diagram for rpki.myrpki.csv_reader:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def __iter__

Public Attributes

 columns
 comment_characters
 file
 filename
 min_columns

Detailed Description

Reader for tab-delimited text that's (slightly) friendlier than the
stock Python csv module (which isn't intended for direct use by
humans anyway, and neither was this package originally, but that
seems to be the way that it has evolved...).

Columns parameter specifies how many columns users of the reader
expect to see; lines with fewer columns will be padded with None
values.

Original API design for this class courtesy of Warren Kumari, but
don't blame him if you don't like what I did with his ideas.

Definition at line 478 of file myrpki.py.


Member Function Documentation

def rpki.myrpki.csv_reader.__init__ (   self,
  filename,
  columns = None,
  min_columns = None,
  comment_characters = "#;" 
)

Definition at line 493 of file myrpki.py.

def rpki.myrpki.csv_reader.__iter__ (   self  ) 

Definition at line 504 of file myrpki.py.


Member Data Documentation

Definition at line 499 of file myrpki.py.

Definition at line 501 of file myrpki.py.

Definition at line 502 of file myrpki.py.

Definition at line 498 of file myrpki.py.

Definition at line 500 of file myrpki.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables
Generated on Wed May 12 19:43:50 2010 for RPKI Engine by  doxygen 1.6.3