Home | Trees | Indices | Help |
---|
|
pykickstart.parser.KickstartParser --+ | AnacondaPreParser
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
Create a new KickstartParser instance. Instance attributes: errorsAreFatal -- Should errors cause processing to halt, or just print a message to the screen? This is most useful for writing syntax checkers that may want to continue after an error is encountered. followIncludes -- If %include is seen, should the included file be checked as well or skipped? handler -- An instance of a BaseHandler subclass. If None, the input file will still be parsed but no data will be saved and no commands will be executed. missingIncludeIsFatal -- Should missing include files be fatal, even if errorsAreFatal is False?
|
Given the list of command and arguments, call the Version's dispatcher method to handle the command. Returns the command or data object returned by the dispatcher. This method may be overridden in a subclass if necessary.
|
Install the sections all kickstart files support. You may override this method in a subclass, but should avoid doing so unless you know what you're doing.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:23 2012 | http://epydoc.sourceforge.net |