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