Asterisk - The Open Source Telephony Project  18.5.0
Data Structures | Namespaces | Functions | Variables
astconfigparser.py File Reference

Go to the source code of this file.

Data Structures

class  MultiOrderedConfigParser
 
class  Section
 

Namespaces

 astconfigparser
 

Functions

def find_dict (mdicts, key, val)
 
def merge_values (left, right, key)
 
def remove_comment (line, is_comment)
 
def try_include (line)
 
def try_option (line)
 
def try_section (line)
 
def write_dicts (config_file, mdicts)
 

Variables

string COMMENT = ';'
 
string COMMENT_END = '--;'
 
string COMMENT_START = ';--'
 
string DEFAULTSECT = 'general'