RPKI Engine
1.0
|
Public Member Functions | |
def | __init__ |
def | __iter__ |
Public Attributes | |
columns | |
comment_characters | |
file | |
filename | |
min_columns |
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.
def rpki::myrpki::csv_reader::__init__ | ( | self, | |
filename, | |||
columns = None , |
|||
min_columns = None , |
|||
comment_characters = "#;" |
|||
) |
def rpki::myrpki::csv_reader::__iter__ | ( | self | ) |
Definition at line 534 of file myrpki.py.
References columns, comment_characters, rpki::manifest::FileAndHash::file, file, rpki::config::parser::filename, filename, and min_columns.
Definition at line 523 of file myrpki.py.
Referenced by __iter__().
Definition at line 523 of file myrpki.py.
Referenced by __iter__().
Definition at line 523 of file myrpki.py.
Referenced by __iter__(), and rpki::myrpki::csv_writer::close().
Definition at line 523 of file myrpki.py.
Referenced by __iter__(), rpki::x509::DER_object::check_auto_update(), rpki::myrpki::csv_writer::close(), and rpki::rcynic::validation_status_element::get_obj().
Definition at line 523 of file myrpki.py.
Referenced by __iter__().