관리-도구
편집 파일: array.cpython-38.pyc
U -?�f�5 � @ s� d dl mZ d dlZd dlmZ d dlmZ d dlmZ ddlmZ ddlm Z dd lm Z d dlmZ d dlmZ d d lmZ d dlmZ d dlmZ eded�Zejfdd�Zejfdd�ZG dd� deje �ZG dd� de j�Zdd� ZdS )� )�annotationsN)�Any)�Optional)�TypeVar� )�CONTAINED_BY)�CONTAINS)�OVERLAP� )�types)�util)� expression)� operators)�_TypeEngineArgument�_T)�boundc C s |� | |�S )zjA synonym for the ARRAY-level :meth:`.ARRAY.Comparator.any` method. See that method for details. )�any��otherZarrexpr�operator� r �T/opt/hc_python/lib64/python3.8/site-packages/sqlalchemy/dialects/postgresql/array.pyr s r c C s |� | |�S )zjA synonym for the ARRAY-level :meth:`.ARRAY.Comparator.all` method. See that method for details. )�allr r r r �All'