Package lemon :: Package external :: Package Cheetah :: Package Utils :: Package optik :: Module option
[show private | hide private]
[frames | no frames]

Module lemon.external.Cheetah.Utils.optik.option

optik.option

Defines the Option class and some standard value-checking functions.

Cheetah modifications:  added "Cheetah.Utils.optik." prefix to
  all intra-Optik imports.

Classes
Option Instance attributes:...

Function Summary
  check_builtin(option, opt, value)

Variable Summary
str __revision__ = '$Id: option.py,v 1.1 2003/08/12 09:17:11...
str NO_DEFAULT = 'NODEFAULT'
dict _builtin_cvt = {'int': (<type 'int'>, 'integer'), 'float...

Variable Details

__revision__

Type:
str
Value:
'$Id: option.py,v 1.1 2003/08/12 09:17:11 thejimmyg Exp $'             

NO_DEFAULT

Type:
str
Value:
'NODEFAULT'                                                            

_builtin_cvt

Type:
dict
Value:
{'complex': (<type 'complex'>, 'complex'),
 'float': (<type 'float'>, 'floating-point'),
 'int': (<type 'int'>, 'integer'),
 'long': (<type 'long'>, 'long integer')}                              

Generated by Epydoc 2.0 on Mon Nov 10 15:07:55 2003 http://epydoc.sf.net