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