| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
dict --+
|
collections.OrderedDict --+
|
BootArgs
Hold boot arguments as an OrderedDict.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a BootArgs object. Reads each of the "files", then parses "cmdline" if it was provided.
|
Read and parse a filename (or a list of filenames). Files that can't be read are silently ignored. Returns a list of successfully read files. |
Return the value of the given arg, as a boolean. The rules are: - "arg", "arg=val": True - "noarg", "noarg=val", "arg=[0|off|no]": False |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:22 2012 | http://epydoc.sourceforge.net |