Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/start_end_times_check.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 06:10:43 2016
Кодировка:
Python: module start_end_times_check
 
 
start_end_times_check
index
start_end_times_check.py

PURPOSE --
This module contains a class that checks the calendar start and end
times for consistency with SPST standard practices.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 9/21/00
 
o Changed calendar lead time to 2 weeks.  drc  2/27/01
 
o Modified for T-11 scheduling.  drc 9/10/01
 
o code cleanup drc 12/7/15

 
Modules
       
time_util

 
Classes
       
abstract_check.abstract_check
start_end_times_check

 
class start_end_times_check(abstract_check.abstract_check)
    Verify calendar start and end times
 
  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
        CAL_LEAD_TIME = 950400
PASS = 1
UNKNOWN = 0