Module today :: Class BaseEvent
[hide private]
[frames] | no frames]

Class BaseEvent

source code

object --+
         |
        BaseEvent
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, section, group)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
append(self, item_name, item_data=None) source code
 
_set_names(self, names) source code
 
_get_names(self) source code
 
_get_items(self) source code
 
broadcast(self) source code

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

Class Methods [hide private]
 
bind(_, func) source code
Properties [hide private]
  names
  items

Inherited from object: __class__

Method Details [hide private]

__init__(self, section, group)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

names

Get Method:
_get_names(self)
Set Method:
_set_names(self, names)

items

Get Method:
_get_items(self)