Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions | Variables
astconfigparser.py File Reference

Go to the source code of this file.

Data Structures

class  MultiOrderedConfigParser
 
class  Section
 

Namespaces

namespace  astconfigparser
 

Functions

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

Variables

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