Version 1.0
Copyright © 2023 Lowell D. Thomas
python-ini
 … powered by Python APG
Namespaces | Functions
parser_callbacks.py File Reference

The parser call back functions for the IniFile class. More...

Go to the source code of this file.

Namespaces

 python_ini.parser_callbacks
 

Functions

def python_ini.parser_callbacks.line_end (cb)
 
def python_ini.parser_callbacks.bad_section_line (cb)
 
def python_ini.parser_callbacks.bad_value_line (cb)
 
def python_ini.parser_callbacks.bad_blank_line (cb)
 
def python_ini.parser_callbacks.hex_digit (d)
 
def python_ini.parser_callbacks.unicode8 (cb)
 
def python_ini.parser_callbacks.unicode4 (cb)
 
def python_ini.parser_callbacks.hexadecimal (cb)
 
def python_ini.parser_callbacks.escaped_error (cb)
 

Detailed Description

The parser call back functions for the IniFile 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.