| |
Methods defined here:
- __init__(self, limit=10)
- Initialize display view
:param limit: limit of displayed records
:type limit: int
- display(self, measurements)
- Displays measurements from one moment
:param measurements: Measurements ready to be displayed
:type measurements: dict
:return: returns None
- prepare(self, rawMeasurements)
- Prepares given measurements to be good for displaying them
:param rawMeasurements:
:type rawMeasurements: dict
:return: returns prepared measurements data
:rtype: dict
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|