| |
---|
| | self.DebugMsgs = [] |
---|
| | self.ErrMsgs = [] |
---|
| | self.WarnMsgs = [] |
---|
| | self.LiteralLines = [] |
---|
| | self.TotalLines = 0 |
---|
| | self.Visited = [] |
---|
| | self.Templates = Template() |
---|
| | self.ALLOWNEWVAR = True |
---|
| | self.TEMPONLY = False |
---|
| | self.LITERALVARS = False |
---|
| | self.INLITERAL = False |
---|
| | self.DEBUG = False |
---|
| | self.CondStack = [["", True],] |
---|
| | self.TotalLines = 0 |
---|
| | |
---|
| | .fi |
---|
| | .ft \" revert |
---|
| | |
---|
| | This object is optionally passed to the API when beginning a parse, |
---|
| |
---|
| | discovered during the parse. The lines appear there in the order |
---|
| | they were discovered in the configuration file. |
---|
| | |
---|
| | .TP |
---|
| | .b retval.TotalLines |
---|
| | .B retval.TotalLines |
---|
| | |
---|
| | Contains a count of the number of the total number of lines processed during |
---|
| | the parse. |
---|
| | |
---|
| | .TP |
---|
| | .b retval.Visited |
---|
| | .B retval.Visited |
---|
| | |
---|
| | Contains a list of all the configuration files and/or in-memory configurations |
---|
| | processed. |
---|
| | |
---|
| |
---|
| | .fi |
---|
| | .ft \" revert |
---|
| | |
---|
| | .SH DOCUMENT REVISION INFORMATION |
---|
| | $Id: tconfpy.3,v 1.155 2005/01/20 00:05:12 tundra Exp $ |
---|
| | |
---|
| | $Id: tconfpy.3,v 1.156 2005/01/20 00:07:38 tundra Exp $ |
---|
| | |
---|
| | |