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

Class LowLevelEvent

source code

object --+    
         |    
     Event --+
             |
            LowLevelEvent
Known Subclasses:

Event defined using externally-compiled and linked function code (i.e. C)

Specification of the function body as a string must include necessary temporary variable declarations and a return statement.

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)