class documentation
class DelEvent(Event):
Event
that occurs when an existing slice that matches the pattern is overwritten in the trace.
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | format |
This method gets an html formatting string representation for this class instance. |
Method | _repr |
Representation used by Jupyter Notebook when an instance of this class is displayed in a cell. |
Inherited from Event
:
Method | current |
The current state of the Match es when this event has been produced by the search. |
Property | match |
Property: Match object that was modified by this Event . |
Property | transition |
Property: reven2.trace.Transition where the event occurred. |
Instance Variable | _current |
Undocumented |
Instance Variable | _match |
Undocumented |
Instance Variable | _transition |
Undocumented |
def __init__(self, event_match, transition, current_matches):
overrides
reven2.search_in_memory.Event.__init__
Undocumented