You can also browse the complete source file or the generated documentation.
class DBPoolError(Exception): pass class PooledConnection: def __init__(self, pool, con) def close(self) def __getattr__(self, name) def __del__(self) class DBPool: def __init__(self, dbapi, maxconnections, *args, **kwargs)