class AssertionPool(Pool):
A _pool.Pool
that allows at most one checked out connection at
any given time.
This will raise an exception if more than one connection is checked out at a time. Useful for debugging code that is using more connections than desired.
Method | __init__ |
Undocumented |
Method | _do_get |
Undocumented |
Method | _do_return_conn |
Undocumented |
Method | dispose |
Undocumented |
Method | recreate |
Undocumented |
Method | status |
Undocumented |
Instance Variable | _checked_out |
Undocumented |
Instance Variable | _checkout_traceback |
Undocumented |
Instance Variable | _conn |
Undocumented |
Instance Variable | _store_traceback |
Undocumented |