The parser call back functions for the ini file class. More...
Go to the source code of this file.
Namespaces | |
examples.ini_file.parser_callbacks | |
Functions | |
def | examples.ini_file.parser_callbacks.line_end (cb) |
def | examples.ini_file.parser_callbacks.bad_section_line (cb) |
def | examples.ini_file.parser_callbacks.bad_value_line (cb) |
def | examples.ini_file.parser_callbacks.bad_blank_line (cb) |
The parser call back functions for the ini file class.
Definition in file parser_callbacks.py.