Package grizzled :: Module misc
[frames] | no frames]

Module misc

The grizzled.misc module contains miscellanous functions and classes that don't seem to fit well in other modules.

Classes
  ReadOnlyObjectError
Thrown by ReadOnly to indicate an attempt to set a field.
  ReadOnly
A ReadOnly object wraps another object and prevents all the contained object's fields from being written.