|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /usr/lib64/python2.7/site-packages/sqlalchemy/engine/ |
Upload File : |
� ���\c @ sh d Z d d l Z d d l m Z d d l m Z d e j f d � � YZ d e j f d � � YZ d S( s8 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. i����Ni ( t basei ( t utilt TLConnectionc B s, e Z d � Z d � Z d � Z d � Z RS( c O s&