libtcspc.RecordLastAccessor¶
- class libtcspc.RecordLastAccessor(*args, **kwargs)[source]¶
-
Run-time accessor for a
RecordLastprocessor.See also
- tcspc::record_last_accessor
The underlying C++ accessor.
RecordLastThe processor accessed.
- get()[source]¶
Return the last recorded event.
- Returns:
A copy of the last event of the recorded type that passed through, or
Noneif no such event has been observed yet.- Return type:
EventInstance or None