|
Methods defined here:
- __init__(self, *args, **kwargs)
- Create a new KickstartObject instance. All other classes in
pykickstart should be derived from this one. Instance attributes:
preceededInclude -- The path to any include file that preceeded
this object in the input file. Command/data
handler objects, Package objects, and Script
objects all support an include file preceeding
it.
- __str__(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|