Public Member Functions | |
def | __init__ |
def | labels |
def | readLogStatus |
def | releasesHeaders |
def | resultHeaders |
def | runResults |
def | stepResults |
Public Attributes | |
conn | |
Static Public Attributes | |
tuple | count = len(result) |
tuple | curs = self.conn.cursor() |
tuple | result = curs.fetchall() |
string | sqlstr = "SELECT RID, TO_CHAR(RDATE, 'DD.MM.YYYY HH24:MI:SS'), LABEL, T_RELEASE, T_ARCH " |
Definition at line 43 of file web_results_display.py.
def web_results_display.WebResultsDisplay.__init__ | ( | self, | |
connect | |||
) |
Definition at line 44 of file web_results_display.py.
def web_results_display.WebResultsDisplay.labels | ( | self | ) |
Definition at line 56 of file web_results_display.py.
def web_results_display.WebResultsDisplay.readLogStatus | ( | self, | |
label, | |||
runID | |||
) |
Definition at line 97 of file web_results_display.py.
References SiPixelLorentzAngle_cfi.read.
def web_results_display.WebResultsDisplay.releasesHeaders | ( | self, | |
label, | |||
release = "" , |
|||
arch = "" |
|||
) |
Definition at line 80 of file web_results_display.py.
References if().
def web_results_display.WebResultsDisplay.resultHeaders | ( | self, | |
label | |||
) |
Definition at line 47 of file web_results_display.py.
def web_results_display.WebResultsDisplay.runResults | ( | self, | |
rid | |||
) |
Definition at line 63 of file web_results_display.py.
def web_results_display.WebResultsDisplay.stepResults | ( | self, | |
id | |||
) |
Definition at line 71 of file web_results_display.py.
web_results_display.WebResultsDisplay.conn |
Definition at line 45 of file web_results_display.py.
|
static |
Definition at line 77 of file web_results_display.py.
Referenced by NodeCut.MatchLessSeen.match(), NodeCut.MatchLessHit.match(), and MatrixInjector.MatrixInjector.uploadConf().
|
static |
Definition at line 48 of file web_results_display.py.
|
static |
Definition at line 53 of file web_results_display.py.
|
static |
Definition at line 49 of file web_results_display.py.