Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/continuing_su_check.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Mon Apr 11 05:40:36 2016
Кодировка:

Поисковые слова: календарь
Python: module continuing_su_check
 
 
continuing_su_check
index
continuing_su_check.py

PURPOSE --
This module contains a class that checks the
RCF, TABLE, and 02968 SUs on a calendar.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 9/21/00
o Convert old SQR external call to python internal call. GAB 2/5/13
o Fix errors in logic related to safing events.  GAB 2/20/13
o fix typo drc 2/21/13
o Fix bug when multiple RCF01 SU's are scheduled.  GAB 2/26/13
o code cleanup. drc  12/7/15

 
Modules
       
ccl_util
re
stpydb
time_util

 
Classes
       
abstract_check.abstract_check
continuing_su_check

 
class continuing_su_check(abstract_check.abstract_check)
    Verify continuing SUs (RCF, TABLEs, and 02968s) are scheduled properly
 
  Methods defined here:
run(self)

Methods inherited from abstract_check.abstract_check:
__getstate__(self)
Special method used when pickling this object.
 
Copies __dict__, but excludes all unpicklable values.
__init__(self, my_checklist)
__setattr__(self, name, value)
__str__(self)
gui_run(self)
gui_set_pf_status(self)
kill_result_box_gui(self)
pack(self, my_frame, check_no)
review_check_gui(self)

 
Functions
       
run(calendar)
Run the check stand alone.

 
Data
        FAIL = -1
PASS = 1
SPSS_DB = 'spss'
UNKNOWN = 0