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

The AST call back functions for translation of the IniFile parser result. More...

Go to the source code of this file.

Namespaces

 python_ini.ast_callbacks
 

Functions

def python_ini.ast_callbacks.section_name (state, input, index, length, data)
 
def python_ini.ast_callbacks.key_name (state, input, index, length, data)
 
def python_ini.ast_callbacks.value (state, input, index, length, data)
 
def python_ini.ast_callbacks.hex_digit (d)
 
def python_ini.ast_callbacks.string_eval (input)
 
def python_ini.ast_callbacks.d_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.s_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.string_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.float_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.int_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.true_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.false_value (state, input, index, length, data)
 
def python_ini.ast_callbacks.null_value (state, input, index, length, data)
 

Detailed Description

The AST call back functions for translation of the IniFile parser result.

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.