Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Functions | Variables
examples.ini_file.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 examples.ini_file.grammar.to_string ( )

Displays the original SABNF syntax.

Definition at line 579 of file grammar.py.

Variable Documentation

◆ has_bkrr

bool examples.ini_file.grammar.has_bkrr = False

Definition at line 576 of file grammar.py.

◆ has_bkru

bool examples.ini_file.grammar.has_bkru = False

Definition at line 575 of file grammar.py.

◆ rules

tuple examples.ini_file.grammar.rules

Definition at line 30 of file grammar.py.

◆ udts

tuple examples.ini_file.grammar.udts = ()

Definition at line 573 of file grammar.py.

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