Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/abstract_check.html
Дата изменения: Fri Apr 8 12:46:13 2016 Дата индексирования: Mon Apr 11 03:23:49 2016 Кодировка: Поисковые слова: http www.m31.spb.ru news archivers |
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 | ||||||
|
Classes | ||||||||||
|
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 |