src.View
index
/var/lib/jenkins/workspace/resmon_autoclient_doc/src/View.py

 
Modules
       
os
tabulate

 
Classes
       
builtins.object
View

 
class View(builtins.object)
    Represents display layer of this application.     It determines how results can be displayed.
 
  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)

 
Data
        Back = <colorama.ansi.AnsiBack object>
Fore = <colorama.ansi.AnsiFore object>
Style = <colorama.ansi.AnsiStyle object>