zone
index
(built-in)

Contains the Python wrapper for zones.

 
Classes
       
__builtin__.object
Zone

 
class Zone(__builtin__.object)
    Python Zone object
 
  Methods defined here:
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
aux(...)
Alias for zone.Zone.getAuxiliary.
getAuxiliary(...)
getAuxiliary(name)
 
Returns zone's auxiliary data of the specified name.
load(...)
Load selected zone.

Data descriptors defined here:
desc
The zones's description.
editors
The zones's editors.
key
The zones's key.
name
The zones's name.

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T