Repository URL to install this package:
Version:
4.0.108 ▾
|
contego
/
home
/
tvault
/
.virtenv
/
lib
/
python2.7
/
site-packages
/
sqlalchemy
/
engine
/
threadlocal.pyc
|
---|
ó EYc @ sh d Z d d l m Z d d l m Z d d l 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 ( t utili ( t baseiÿÿÿÿNt TLConnectionc B s, e Z d Z d Z d Z d Z RS( c O s&