pykickstart.ko
index
/usr/lib/python2.6/site-packages/pykickstart/ko.py

Base classes for internal pykickstart use.
 
The module exports the following important classes:
 
    KickstartObject - The base class for all classes in pykickstart

 
Classes
       
__builtin__.object
KickstartObject

 
class KickstartObject(__builtin__.object)
    The base class for all other classes in pykickstart.
 
  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)