Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/begin_boundary_check.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Mon Apr 11 05:55:05 2016
Кодировка:
Python: module begin_boundary_check
 
 
begin_boundary_check (version 15.11.18)
index
begin_boundary_check.py

PURPOSE --
This module contains a class that checks the no-activity zone at
the start of a calendar.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 9/21/00
o write out explanation of the failure. drc 10/23/08
o move database query into run function. drc 11/18/15

 
Modules
       
re
stpydb

 
Classes
       
abstract_check.abstract_check
begin_boundary_check

 
class begin_boundary_check(abstract_check.abstract_check)
    Verify no activities or SI recons within 10 minutes of calendar start
 
  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
__version__ = '15.11.18'
sogs_db = 'spss'