Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Namespaces | Functions
parser_callbacks.py File Reference

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)
 

Detailed Description

The parser call back functions for the ini file class.

Definition in file parser_callbacks.py.

Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.