| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
PrefsProxy
Dictionary-like object to provide global prefs to a class.
Implements a dictionary that returns a value for a keyword based on the class hierarchy. Each class will define a group of prefs and default values for each of those prefs. The class hierarchy then defines the search order if a setting is not found in a child class -- the search proceeds up the class hierarchy looking for the desired keyword.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
debuglevel = 0
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
x.__setattr__('name', value) <==> x.name = value
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:19 2008 |