Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Functions
examples.ini_file.parser_callbacks Namespace Reference

Functions

def line_end (cb)
 
def bad_section_line (cb)
 
def bad_value_line (cb)
 
def bad_blank_line (cb)
 

Function Documentation

◆ bad_blank_line()

def examples.ini_file.parser_callbacks.bad_blank_line (   cb)

Definition at line 30 of file parser_callbacks.py.

◆ bad_section_line()

def examples.ini_file.parser_callbacks.bad_section_line (   cb)

Definition at line 18 of file parser_callbacks.py.

◆ bad_value_line()

def examples.ini_file.parser_callbacks.bad_value_line (   cb)

Definition at line 24 of file parser_callbacks.py.

◆ line_end()

def examples.ini_file.parser_callbacks.line_end (   cb)

Definition at line 13 of file parser_callbacks.py.

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