Utility functions for context managers
Project description
Python 2.5’s contextlib provides some handy functions for dealing with context managers, but it’s pretty limited. The code in context_tools allows you to use context managers as decorators, as setUp and tearDown functions in unittest tests, and as decorators for generators.
In addition to Python 2.5 and 3.0, context_tools is available for Python 2.4.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
context_tools-0.2.tar.gz
(3.1 kB
view hashes)
context_tools-0.2-py3.tar.gz
(2.7 kB
view hashes)
Built Distributions
context_tools-0.2-py2.5.egg
(4.6 kB
view hashes)
context_tools-0.2-py2.4.egg
(4.6 kB
view hashes)