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

The AST call back functions for the ini file class. More...

Go to the source code of this file.

Namespaces

 examples.ini_file.ast_callbacks
 

Functions

def examples.ini_file.ast_callbacks.section_name (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.key_name (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.hex_digit (d)
 
def examples.ini_file.ast_callbacks.string_eval (input)
 
def examples.ini_file.ast_callbacks.d_value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.s_value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.string_value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.number_value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.true_value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.false_value (state, input, index, length, data)
 
def examples.ini_file.ast_callbacks.null_value (state, input, index, length, data)
 

Detailed Description

The AST call back functions for the ini file class.

Definition in file ast_callbacks.py.

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