Hacked By AnonymousFox
�
�܋f� � �v � d Z ddlZddlmZ ddlmZ G d� dej � � Z G d � d
ej � � ZdS )a8 Provides a thread-local transactional wrapper around the root Engine class.
The ``threadlocal`` module is invoked when using the
``strategy="threadlocal"`` flag with :func:`~sqlalchemy.engine.create_engine`.
This module is semi-private and is invoked automatically when the threadlocal
engine strategy is used.
� N� )�base� )�utilc �0 � � e Zd Z� fd�Zd� Zd� Zd� Z� xZS )�TLConnectionc �V �� t t | � � j |i |�� d| _ d S �Nr )�superr �__init__�_TLConnection__opencount)�self�arg�kw� __class__s ��T/opt/cloudlinux/venv/lib64/python3.11/site-packages/sqlalchemy/engine/threadlocal.pyr zTLConnection.__init__ s3 �� �*��l�D�!�!�*�C�6�2�6�6�6������ c �&