Package PyDSTool :: Module Events :: Class HighLevelEvent
[hide private]
[frames] | no frames]

Class HighLevelEvent

source code

object --+    
         |    
     Event --+
             |
            HighLevelEvent

Event defined using python function code.

First argument to function must always be 'self'

Instance Methods [hide private]
 
__init__(self, kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from Event: __call__, __copy__, __deepcopy__, __getstate__, __repr__, __setstate__, __str__, addMethods, addToQ, contains, createQ, deleteQ, info, popFromQ, reset, searchForEvents

Inherited from Event (private): _infostr

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)