class documentation

class Event(object):

Known subclasses: reven2.search_in_memory.AccessEvent, reven2.search_in_memory.DelEvent, reven2.search_in_memory.FirstSeenEvent, reven2.search_in_memory.NewEvent

View In Hierarchy

An event encountered during a search in memory, obtained by iterating on Search.events().

Events modify a single Match object, either by creating it, accessing it or destroying it.

This is a base class, only its subclasses NewEvent, FirstSeenEvent, AccessEvent and DelEvent will be produced by a Search.

Method __init__ Undocumented
Property match Property: Match object that was modified by this Event.
Property transition Property: reven2.trace.Transition where the event occurred.
Method current_matches The current state of the Matches when this event has been produced by the search.
Instance Variable _match Undocumented
Instance Variable _transition Undocumented
Instance Variable _current_matches Undocumented
def __init__(self, event_match, transition, current_matches):
_match =

Undocumented

_transition =

Undocumented

_current_matches =

Undocumented

@property
match =

Property: Match object that was modified by this Event.

@property
transition =

Property: reven2.trace.Transition where the event occurred.

def current_matches(self):

The current state of the Matches when this event has been produced by the search.

Information

ReturnsA generator of Matches
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.