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

Displays the original SABNF syntax.

Definition at line 76 of file abnf.py.

Variable Documentation

◆ has_bkrr

bool examples.grammar_object.abnf.has_bkrr = False

Definition at line 73 of file abnf.py.

◆ has_bkru

bool examples.grammar_object.abnf.has_bkru = False

Definition at line 72 of file abnf.py.

◆ rules

tuple examples.grammar_object.abnf.rules

Definition at line 30 of file abnf.py.

◆ udts

tuple examples.grammar_object.abnf.udts = ()

Definition at line 70 of file abnf.py.

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