| | $Id: tconfpy-spec.txt,v 1.100 2003/07/01 20:20:08 tundra Exp $ |
---|
| | $Id: tconfpy-spec.txt,v 1.101 2004/03/09 22:50:23 tundra Exp $ |
---|
| | |
---|
| | tconfpy SPECIFICATION |
---|
| | ===================== |
---|
| | |
---|
| | |
---|
| | API |
---|
| | === |
---|
| | |
---|
| | tconfpy.ParseConfig(FileName, Options, IgnoreCase=False) |
---|
| | tconfpy.ParseConfig(FileName, Options, IgnoreCase=False, Debug=False) |
---|
| | |
---|
| | ---> [SymTable, ErrList, FatalError] |
---|
| | ---> [SymTable, ErrMsgs, InfoMsgs, DebugMsgs, ParseOK] |
---|
| | |
---|
| | |
---|
| | where, |
---|
| | |
---|
| |
---|
| | |
|