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

Поисковые слова: закон вина
Python: module abstract_check
 
 
abstract_check
index
abstract_check.py

PURPOSE --
This module contains the abstract check class.  Methods and
attributes common all checklist checks go here.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 9/21/00
o Filter out null characters from self.outfile.  Must be done
  until null characters are removed from the esm file.  drc 2/5/02
o Remove previous fix.  drc 11/07/02
o Modified for python 2.2 compatibility. drc 5/23/03
o fix button coloring problem. drc 12/7/15

 
Modules
       
os
spss_tk_util

 
Classes
       
abstract_check

 
class abstract_check
    An abstract class for calendar/SMS checks.
 
  Methods defined here:
__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)
run(self)
The code that actually runs the check.
 
Must return either PASS, FAIL, or UNKNOWN

 
Data
        BOTH = 'both'
BOTTOM = 'bottom'
DISABLED = 'disabled'
E = 'e'
FAIL = -1
LEFT = 'left'
NORMAL = 'normal'
PASS = 1
RAISED = 'raised'
RIGHT = 'right'
TOP = 'top'
UNKNOWN = 0
W = 'w'
X = 'x'
Y = 'y'
YES = 1