Version 1.0
Copyright © 2023 Lowell D. Thomas
python-ini
 … powered by Python APG
Functions | Variables
python_ini.grammar Namespace Reference

Functions

def to_string ()
 Displays the original SABNF syntax. More...
 

Variables

tuple rules
 
tuple udts
 
bool has_bkru = False
 
bool has_bkrr = False
 

Function Documentation

◆ to_string()

def python_ini.grammar.to_string ( )

Displays the original SABNF syntax.

Definition at line 797 of file grammar.py.

Variable Documentation

◆ has_bkrr

bool python_ini.grammar.has_bkrr = False

Definition at line 794 of file grammar.py.

◆ has_bkru

bool python_ini.grammar.has_bkru = False

Definition at line 793 of file grammar.py.

◆ rules

tuple python_ini.grammar.rules

Definition at line 30 of file grammar.py.

◆ udts

tuple python_ini.grammar.udts
Initial value:
1 = ({'name': 'u_unicode8',
2  'lower': 'u_unicode8',
3  'index': 0,
4  'is_bkru': False,
5  'is_bkrr': False,
6  'empty': False},
7  {'name': 'u_unicode4',
8  'lower': 'u_unicode4',
9  'index': 1,
10  'is_bkru': False,
11  'is_bkrr': False,
12  'empty': False},
13  {'name': 'u_hexadecimal',
14  'lower': 'u_hexadecimal',
15  'index': 2,
16  'is_bkru': False,
17  'is_bkrr': False,
18  'empty': False},
19  {'name': 'u_escaped-error',
20  'lower': 'u_escaped-error',
21  'index': 3,
22  'is_bkru': False,
23  'is_bkrr': False,
24  'empty': False})

Definition at line 768 of file grammar.py.

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