Package application :: Module schema :: Class Struct
[hide private]
[frames] | no frames]

Class Struct

source code

object --+
         |
        Struct
Known Subclasses:
osaf.pim.structs.ColorType, osaf.pim.structs.PositionType, osaf.pim.structs.RectType, osaf.pim.structs.SizeType, osaf.pim.calendar.Recurrence.WeekdayAndPositionStruct

Nested Classes [hide private]
  __metaclass__
Metaclass for struct types
Instance Methods [hide private]
 
__init__(self, *args, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code
 
__eq__(self, obj) source code
 
__ne__(self, obj) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)