Package harold
[show private | hide private]
[frames | no frames]

Package harold

Harold is a general purpose library.
Submodules
    Miscellaneous toolboxes
  • utesttools: Useful functions and classes for building unit tests.
  • callabletools: Useful functions and classes for handling callables.

Variable Summary
bool lightweight: controls the behaviour of the harold.prog package.
str VERSION = '0.1.1'

Variable Details

lightweight

controls the behaviour of the harold.prog package.

Setting it to True before importing any Harold package (as well as any package which imports Harold packages) will reduce the memory footprint and CPU cost of harold.prog, by disabling some functionnalities. For more detail, see harold.prog.

This can also be set externally by setting the HAROLD_LIGHTWEIGHT environment variable.
Type:
bool
Value:
False                                                                  

VERSION

Type:
str
Value:
'0.1.1'                                                                

Generated by Epydoc 2.1 on Mon Dec 18 15:25:58 2006 http://epydoc.sf.net