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

Поисковые слова: п п п п п п п п п п п
Python: module abstract_checklist
 
 
abstract_checklist (version 15.07.01)
index
abstract_checklist.py

PURPOSE --
This module contains the abstract checklist class.  Methods and
attributes common to both calendar and SMS checklists go here.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 9/21/00
o Modified for python 2.2 compatibility.  dc 5/27/03
o break the checklist up into pages so that it more easily fits on
  a small screen. drc 1/26/10
o add get_name function; cleanup and modernize.  drc 7/1/15

 
Modules
       
cPickle
calendar_util
ccl_util
db_util
file_util
os
re
sms_util
spss_sys_util
spss_tk_util
stpydb
string
sys
time_util
_tkinter

 
Classes
       
__builtin__.object
abstract_checklist

 
class abstract_checklist(__builtin__.object)
    An abstract class for checklists.
 
Methods common to both calendar and SMS checklists go here.
 
  Methods defined here:
__getstate__(self)
Special method used when pickling this object.
 
Copies __dict__, but excludes all unpicklable values.
__init__(self, calendar)
__restore__(self)
__setstate__(self, state_dict)
Special method used to restore this object from a pickle.
get_name(self)
gui_update(self, event)
make_ascii_checklist(self)
Write an Ascii version of the checklist to a file.
quit_gui(self)
run_all_gui(self)
run_checks_cl(self)
Run the command-line version of the checklist.
run_checks_gui(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        ACTIVE = 'active'
ALL = 'all'
ANCHOR = 'anchor'
ARC = 'arc'
BASELINE = 'baseline'
BEVEL = 'bevel'
BOTH = 'both'
BOTTOM = 'bottom'
BROWSE = 'browse'
BUTT = 'butt'
CAL_LEAD_TIME = 950400
CASCADE = 'cascade'
CENTER = 'center'
CHAR = 'char'
CHECKBUTTON = 'checkbutton'
CHECKS_PER_PAGE = 15
CHORD = 'chord'
COMMAND = 'command'
CURRENT = 'current'
DISABLED = 'disabled'
DOTBOX = 'dotbox'
E = 'e'
END = 'end'
EPHEM_DUR = 6048000
EPHEM_LEAD_TIME = 1209600
EW = 'ew'
EXCEPTION = 8
EXTENDED = 'extended'
FAIL = -1
FALSE = 0
FIRST = 'first'
FLAT = 'flat'
GROOVE = 'groove'
HIDDEN = 'hidden'
HORIZONTAL = 'horizontal'
INSERT = 'insert'
INSIDE = 'inside'
LAST = 'last'
LEFT = 'left'
MITER = 'miter'
MOVETO = 'moveto'
MULTIPLE = 'multiple'
N = 'n'
NE = 'ne'
NO = 0
NONE = 'none'
NORMAL = 'normal'
NS = 'ns'
NSEW = 'nsew'
NUMERIC = 'numeric'
NW = 'nw'
OFF = 0
ON = 1
OUTSIDE = 'outside'
PAGES = 'pages'
PASS = 1
PIESLICE = 'pieslice'
PROJECTING = 'projecting'
Pmw = <Pmw.Pmw_1_3_3.lib.PmwLoader.PmwLoader instance>
RADIOBUTTON = 'radiobutton'
RAISED = 'raised'
READABLE = 2
RIDGE = 'ridge'
RIGHT = 'right'
ROUND = 'round'
S = 's'
SCROLL = 'scroll'
SE = 'se'
SEL = 'sel'
SEL_FIRST = 'sel.first'
SEL_LAST = 'sel.last'
SEPARATOR = 'separator'
SINGLE = 'single'
SOLID = 'solid'
SUNKEN = 'sunken'
SW = 'sw'
StringTypes = (<type 'str'>, <type 'unicode'>)
TOP = 'top'
TRUE = 1
TclVersion = 8.6
TkVersion = 8.6
UNDERLINE = 'underline'
UNITS = 'units'
UNKNOWN = 0
VERTICAL = 'vertical'
W = 'w'
WORD = 'word'
WRITABLE = 4
X = 'x'
Y = 'y'
YES = 1
__version__ = '15.07.01'
assist_db = 'assist'
sogs_db = 'spss'
wantobjects = 1