ade.util
module documentation
Part of ade
Function | sub | Format string prototype proto with args. This really should be a built-in function. |
Function | notseq | Returns True if x is not a sequence. |
Function | oops | A handy universal errback. |
Class | CallbackFailureToken | An errback can return one of these to indicate that a reporting callback had a fatal error. |
Class | Picklable | Base class for things that can be pickled. |
Class | Bag | Use an instance of me to let functions within methods have easy access to stuff defined in the main method body. |
Class | EvalTimer | Piecewise evaluation helper. |
Class | Messenger | My module-level msg instance writes messages to STDOUT or
another writable object in an extremely flexible manner. |