%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/227033/root/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/
Upload File :
Create Path :
Current File : //proc/227033/root/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyc

�
��4]c@s,dZddlmZddlmZddlmZddlmZddlm	Z	ddlm
Z
dd	lmZdd
lm
Z
ddlmZddlmZdd
lmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlm Z ddlm!Z!ddlm"Z"ddlm#Z#ddlm$Z$ddlm%Z%dd lm&Z&e&j'j(e!j)d!�Z*d"�Z+d#�Z,d$�Z-d%�Z.e/e/e/e/e/d&�Z0d'�Z1d(�Z2d)�Z3d*�Z4d+�Z5d,�Z6e7d-�Z8d.�Z9d/�Z:d0�Z;d1e<fd2��YZ=d3e=fd4��YZ>d5e=fd6��YZ?d7�Z@d?d8�ZBd9�ZCd?d?e/d:�ZDd;ejEfd<��YZFd=eFfd>��YZGd?S(@s;High level utilities which build upon other modules here.

i����(tdeque(tchaini(t	operators(tvisitors(t_deep_annotate(t_deep_deannotate(t_shallow_annotate(t
_from_objects(t	ColumnSet(tsort_tables(t_expand_cloned(t
_find_columns(t_label_reference(t_textual_label_reference(t
BindParameter(tColumnClause(t
ColumnElement(tNull(tUnaryExpression(tColumn(tAlias(t
FromClause(tFromGrouping(tJoin(tScalarSelect(t
SelectBase(tTableClausei(texc(tutils.sql.util.join_conditioncCsitt|��}g}xJt|�D]<\}}x-|D]%}|j|�r8|j|�q8q8Wq%W|S(s�Given a list of FROM clauses and a selectable,
    return the first index and element from the list of
    clauses which can be joined against the selectable.  returns
    None, None if no match is found.

    e.g.::

        clause1 = table1.join(table2)
        clause2 = table4.join(table5)

        join_to = table2.join(table3)

        find_join_source([clause1, clause2], join_to) == clause1

    (tlistRt	enumeratetis_derived_fromtappend(tclausestjoin_totselectablestidxtitfts((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytfind_join_source1s
c	Cs�tt|��}g}xKt|�D]=\}}x.|D]&}|j|�r8|j|�Pq8q8Wq%Wt|�dkr�g}x[|D]S}||}x@|D]8}tt|��jt|��r�|j|�Pq�q�Wq�W|r�|Sn|S(s�Given a list of FROM clauses and a selectable,
    return the indexes from the list of
    clauses which is derived from the selectable.

    i(	RRRRR tlentsettsurface_selectablestintersection(	R!t	join_fromR#tliberal_idxR%R&R'tconservative_idxR$((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt#find_left_clause_that_matches_givenKs&





cCs�g}tt|��}t|�dkrK|dk	rKt}t|�}nt}d}x�t|�D]�\}}x�|j|g�D]s}	|r�t|j	�j
|	j	�j|�r�|j|�Pq�q�t
j||	�s�|dk	r�|j|�Pq�q�WqdWt|�dkrjttg|D]}t|j�^q��}
g|D]}|||
krE|^qE}n|r�|dk	r�tt|��S|SdS(sGiven a list of FROM clauses, a selectable,
    and optional ON clause, return a list of integer indexes from the
    clauses list indicating the clauses that can be joined from.

    The presence of an "onclause" indicates that at least one clause can
    definitely be joined from; if the list of clauses is of length one
    and the onclause is given, returns that index.   If the list of clauses
    is more than length one, and the onclause is given, attempts to locate
    which clauses contain the same columns.

    iN(R*RR)tNonetTrueRtFalseRt
differencetctuniont
issupersetR Rt	_can_joinRR
t_hide_fromstrange(R!R"tonclauseR$R#tresolve_ambiguitytcols_in_onclauseR%R&R'ttoremove((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytfind_left_clause_to_join_fromus.$

+,cs/g����fd��t�|��dS(s�Produce a traversal of the given expression, delivering
    column comparisons to the given function.

    The function is of the form::

        def my_fn(binary, left, right)

    For each binary expression located which has a
    comparison operator, the product of "left" and
    "right" will be delivered to that function,
    in terms of that binary.

    Hence an expression like::

        and_(
            (a + b) == q + func.sum(e + f),
            j == r
        )

    would have the traversal::

        a <eq> q
        a <eq> e
        a <eq> f
        b <eq> q
        b <eq> e
        b <eq> f
        j <eq> r

    That is, every combination of "left" and
    "right" that doesn't further contain
    a binary comparison is passed as pairs.

    c3st|t�r|Vn�|jdkr�tj|j�r��jd|�xE�|j�D]4}x+�|j�D]}��d||�qnWqXW�j	d�xk|j
�D]}�|�q�WnJt|t�r�|Vnx0|j
�D]"}x�|�D]}|Vq�Wq�WdS(Ntbinaryi(t
isinstanceRt__visit_name__Rt
is_comparisontoperatortinserttlefttrighttpoptget_childrenR(telementtltrtelemte(tfntstacktvisit(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyRQ�s 
N(R(ROtexpr((RORPRQsF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytvisit_binary_product�s#cs�g�i}|r*�j|d<|d<n|r@�j|d<n|rV�j|d<n|r��fd�|d<|d<|d<n|r��fd	�}||d
<n�j|d<tj|itd6|��S(
s1locate Table objects within the given expression.tselecttcompound_selecttjointaliascs�j|j�S(N(R ttable(tent(ttables(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt<lambda>tREtupdatetdeletecs�j|j�dS(N(R RX(tcolumn(RZ(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytvisit_columnsR_RXtcolumn_collections(R RttraverseR3(tclauset
check_columnstinclude_aliasest
include_joinstinclude_selectstinclude_crudt	_visitorsR`((RZsF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytfind_tables�s 
&

cCs�tj�}g}t|g�}x�|r�|j�}t|t�r�t|t�shtj|j	�r�t|t
�r�|j}nt|t�r�q$n||kr�|j
|�|j|�q�q$x!|j�D]}|j|�q�Wq$W|S(sqBreak up an 'order by' expression into individual column-expressions,
    without DESC/ASC/NULLS FIRST/NULLS LAST(Rt
column_setRtpopleftRARRRtis_ordering_modifiertmodifierRRJR
taddR RI(RctcolstresultRPttR5((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytunwrap_order_bys$	
cCsd�}tj|i|�S(NcSs t|ttf�r|jSdS(N(RARR
RJ(RM((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytreplace*s(Rtreplacement_traverse(RJRt((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytunwrap_label_reference)s	cCsytg|D]$}|jdk	r(|jn|^q
�}gtg|D]}t|�^qD�D]}||kr]|^q]S(s�Given the columns clause and ORDER BY of a selectable,
    return a list of column expressions that can be added to the collist
    corresponding to the ORDER BY, without repeating those already
    in the collist.

    N(R*t_order_by_label_elementR1RJRRs(tcollisttorder_bytcoltcols_already_presentto((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt expand_column_list_from_order_by1s1)cCs/x(t|�D]}||kr
tSq
WtSdS(s�Given a target clause and a second to search within, return True
    if the target is plainly present in the search without any
    subqueries or aliases involved.

    Basically descends through Joins.

    N(R+R2R3(RctsearchRM((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytclause_is_presentFs	ccsx|g}xh|rs|j�}|Vt|t�rN|j|j|jf�qt|t�r|j|j�qqWdS(N(	RHRARtextendRFRGRR RJ(RcRPRM((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR+Vs		ccs�|g}x�|r�|j�}t|ttf�r;|Vnt|t�rf|j|j|jf�qt|t�r�|j	|j
�qt|t�r|j	|j�qqWdS(N(
RHRARRRR�RFRGRR RJRRX(RcRPRM((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytsurface_selectables_onlyas		ccs�tf}|s|tf7}nt|g�}xT|r�|j�}|Vx6|j�D](}t||�rpqUn|j|�qUWq1WdS(s�traverse and yield only outer-exposed column elements, such as would
    be addressable in the WHERE clause of a SELECT if this element were
    in the columns clause.N(RRRRlRIRAR (Rctinclude_scalar_selectstfilter_RPRMtsub((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytsurface_column_elementsos		cCs%ttt|��jt|���S(s:Return True if left/right have some overlapping selectable(tboolR*R+R,(RFRG((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytselectables_overlap�scs3g��fd�}tj|ii|d6��S(s�Return an ordered list of "bound" values in the given clause.

    E.g.::

        >>> expr = and_(
        ...    table.c.foo==5, table.c.foo==7
        ... )
        >>> bind_values(expr)
        [5, 7]
    cs�j|j�dS(N(R teffective_value(tbind(tv(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytvisit_bindparam�st	bindparam(RRb(RcR�((R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytbind_values�scCs:t|tj�r,|jdd�}d|St|�SdS(Nt's''s'%s'(RARtstring_typesRttrepr(RJ((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt_quote_ddl_expr�st
_repr_basecBs)eZdZdZdZdZd�ZRS(iiit	max_charscCs`t|�}t|�}||jkr\|jd}|d|!d||j||}n|S(Niis# ... (%d characters truncated) ... (R�R)R�(tselftvaluetreptlenreptsegment_length((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyttrunc�s
((R�(t__name__t
__module__t_LISTt_TUPLEt_DICTt	__slots__R�(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s
t	_repr_rowcBs)eZdZdZdd�Zd�ZRS(sProvide a string view of a row.trowi,cCs||_||_dS(N(R�R�(R�R�R�((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt__init__�s	csN|j�ddj�fd�|jD��t|j�dkrFdndfS(Ns(%s%s)s, c3s|]}�|�VqdS(N((t.0R�(R�(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pys	<genexpr>�sit,R\(R�RVR�R)(R�((R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt__repr__�s	(R�(R�R�t__doc__R�R�R�(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��st_repr_paramscBs;eZdZdZdd�Zd�Zd�Zd�ZRS(	s�Provide a string view of bound parameters.

    Truncates display to a given numnber of 'multi' parameter sets,
    as well as long values to a given number of characters.

    tparamstbatchesi,cCs||_||_||_dS(N(R�R�R�(R�R�R�R�((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s		cCsxt|jt�rF|j}|jo@t|jdtttf�}nzt|jt�r�|j}|jo�t|jdtttf�}n4t|jt�r�|j}t}n|j	|j�S|rHt
|j�|jkrHd}dj|j
|j|jd |�dd!||jt
|j�f|j
|jd|�df�S|ra|j
|j|�S|j|j|�SdS(Nis8 ... displaying %i of %i total bound parameter sets ... t ii����i����i(RAR�RR�tdictttupleR�R�R3R�R)R�RVt_repr_multiR�(R�ttyptismultitmsg((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s,				!cs�|r�t|dt�r%�j�n^t|dt�rD�j�n?t|dt�rc�j�n ts�tdt	|d���dj
��fd�|D��}nd}|�jkr�d|Sd|SdS(NisUnknown parameter type %ss, c3s!|]}�j|��VqdS(N(R�(R�R�(t	elem_typeR�(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pys	<genexpr>
sR\s[%s]s(%s)(RARR�R�R�R�R�R3tAssertionErrorttypeRV(R�tmulti_paramsR�telements((R�R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��scs�|j�||jkr?ddj�fd�|j�D��S||jkr�ddj�fd�|D��t|�dkr�dndfSd	dj�fd
�|D��SdS(Ns{%s}s, c3s+|]!\}}d|�|�fVqdS(s%r: %sN((R�tkeyR�(R�(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pys	<genexpr>ss(%s%s)c3s|]}�|�VqdS(N((R�R�(R�(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pys	<genexpr>"siR�R\s[%s]c3s|]}�|�VqdS(N((R�R�(R�(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pys	<genexpr>&s(R�R�RVtitemsR�R)(R�R�R�((R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�s	 (R�R�(R�R�R�R�R�R�R�R�(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s	!	cs)�fd�}tj|ii|d6�S(sWgiven criterion containing bind params, convert selected elements
    to IS NULL.

    cs�t|jt�rW|jj�krW|j|_t�|_tj|_tj	|_
nKt|jt�r�|jj�kr�t�|_tj|_tj	|_
ndS(N(RARFRt_identifying_keyRGRRtis_RDtisnottnegate(R@(tnulls(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytvisit_binary/sR@(Rtcloned_traverse(tcritR�R�((R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytadapt_criterion_to_null)scCs�|dkr|S|dfg}t|�}d}x�|r�|j�\}}t|t�r�||k	r�|j�}|j�|j|j�|_|j	|j
|f�n|j|�}|dk	r�||_
n|dkr4|}q4q4W|S(N(R1t
ClauseAdapterRHRARt_clonet_reset_exportedRbR;R RF(RFRGtstop_onRPtadaptertrett	prevright((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytsplice_joinsDs$	

c
s�|jdt�}|jdt��tj���tj��x��D]�}x�tg|jD]}|j^q\�D]�}x��D]�}||kr�qny
|j}WnEt	j
k
r�|r�qq��n#t	jk
r�|r�qq��nX|j|�r�s|j
|j
kr�j|�PqqWqrWqFW|r����fd�}x:|D]/}	|	dk	rStj|	ii|d6�qSqSWnt�j���S(sCgiven a list of columns, return a 'reduced' set based on natural
    equivalents.

    the set is reduced to the smallest list of columns which have no natural
    equivalent present in the list.  A "natural equivalent" means that two
    columns will ultimately represent the same value because they are related
    by a foreign key.

    \*clauses is an optional list of join clauses which will be traversed
    to further identify columns that are "equivalent".

    \**kw may specify 'ignore_nonexistent_tables' to ignore foreign keys
    whose tables are not yet configured, or columns that aren't yet present.

    This function is primarily used to determine the most minimal "primary
    key" from a selectable, by reducing the set of primary key columns present
    in the selectable to just those that are not repeated.

    tignore_nonexistent_tablest
only_synonymscs�|jtjkr�tjtg�j��D]}|j^q+��}|j|kr�|j	|kr�xVt
��D]E}|j|j	�rq�s�|j|jjkrq�j
|�PqqqqWq�ndS(N(RDRteqRRkRR4t	proxy_setRFRGtreversedtshares_lineagetnameRo(R@R5Rp(tcolumnstomitR�(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s.
R@N(RHR3Rtordered_column_setRkRR�tforeign_keysR_RtNoReferencedColumnErrortNoReferencedTableErrorR�R�RoR1RRbRR4(
R�R!tkwR�RzR5tfktfk_colR�Rc((R�R�R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytreduce_columns]s:
,




$csf�r�rtjd��nd�������fd�}g�tj|ii|d6��S(s9traverse an expression and locate binary criterion pairs.sSCan only specify one of 'consider_as_foreign_keys' or 'consider_as_referenced_keys'cSs
|j|�S(N(tcompare(tatb((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytcol_is�scs"�r|jtjk	rdSt|jt�sCt|jt�rGdS�r�|j�kr��|j|j�s�|j�kr��j|j|jf�q|j�kr�|j|j�s�|j�kr�j|j|jf�qn0�r�|j�krC�|j|j�s'|j�krC�j|j|jf�q|j�kr�|j|j�sv|j�kr�j|j|jf�qn�t|jt�rt|jt�r|jj	|j�r��j|j|jf�q|jj	|j�r�j|j|jf�qndS(N(
RDRR�RARFRRGR Rt
references(R@(tany_operatorR�tconsider_as_foreign_keystconsider_as_referenced_keystpairs(sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s:R@(Rt
ArgumentErrorRRb(t
expressionR�R�R�R�((R�R�R�R�R�sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytcriterion_as_pairs�s	'R�cBs>eZdZdddeed�Zejd�Zd�Z	RS(s5Clones and modifies clauses based on column correspondence.

    E.g.::

      table1 = Table('sometable', metadata,
          Column('col1', Integer),
          Column('col2', Integer)
          )
      table2 = Table('someothertable', metadata,
          Column('col1', Integer),
          Column('col2', Integer)
          )

      condition = table1.c.col1 == table2.c.col1

    make an alias of table1::

      s = table1.alias('foo')

    calling ``ClauseAdapter(s).traverse(condition)`` converts
    condition to read::

      s.c.col1 == table2.c.col1

    cCsZi|gd6|d6|_||_||_||_tj|pDi�|_||_dS(NR�tanonymize_labels(t__traverse_options__t
selectablet
include_fnt
exclude_fnRtcolumn_dicttequivalentstadapt_on_names(R�R�R�R�R�R�R�((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�s	

			cCs�|jj|d|�}|dkr�||jkr�||kr�xO|j|D]=}|j|d|d|j|g��}|dk	rM|SqMWn|jr�|dkr�|jjj|j	�}n|S(Ntrequire_embeddedt_seen(
R�tcorresponding_columnR1R�t_corresponding_columnR6R�R5tgetR�(R�RzR�R�tnewcoltequiv((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�s	'cCs�t|t�r(|jj|�r(|jSt|t�s;dS|jrX|j|�rXdS|jrt|j|�rtdS|j|t	�SdS(N(
RARR�RRR1R�R�R�R2(R�Rz((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyRt(s	N(
R�R�R�R1R3R�Rt	EMPTY_SETR�Rt(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s
t
ColumnAdaptercBs~eZdZd	ed	d	eeed�Zdefd��YZd�Z	d�Z
e
Zej
Zd�Zd�Zd�ZRS(
s�Extends ClauseAdapter with extra utility functions.

    Key aspects of ColumnAdapter include:

    * Expressions that are adapted are stored in a persistent
      .columns collection; so that an expression E adapted into
      an expression E1, will return the same object E1 when adapted
      a second time.   This is important in particular for things like
      Label objects that are anonymized, so that the ColumnAdapter can
      be used to present a consistent "adapted" view of things.

    * Exclusion of items from the persistent collection based on
      include/exclude rules, but also independent of hash identity.
      This because "annotated" items all have the same hash identity as their
      parent.

    * "wrapping" capability is added, so that the replacement of an expression
      E can proceed through a series of adapters.  This differs from the
      visitor's "chaining" feature in that the resulting object is passed
      through all replacing functions unconditionally, rather than stopping
      at the first one that returns non-None.

    * An adapt_required option, used by eager loading to indicate that
      We don't trust a result row column that is not translated.
      This is to prevent a column from being interpreted as that
      of the child row in a self-referential scenario, see
      inheritance/test_basic.py->EagerTargetingTest.test_adapt_stringency

    c		Cs�tj|||d|d|d|d|�tj|j�|_|jsR|jrm|j||j�|_n||_	||_
d|_dS(NR�R�R�R�(
R�R�Rtpopulate_column_dictt_locate_colR�R�R�t_IncludeExcludeMappingtadapt_requiredtallow_label_resolveR1t_wrap(	R�R�R�R�R�R�R�R�R�((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�Vs		R�cBseZd�Zd�ZRS(cCs||_||_dS(N(tparentR�(R�R�R�((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�ss	cCsl|jjr|jj|�s=|jjra|jj|�ra|jjrZ|jjj|S|Sn|j|S(N(R�R�R�R�R�(R�R�((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt__getitem__ws(R�R�R�R�(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�rs	cCsw|jj|j�}|jj|j�||_tj|j�|_|j	sX|j
rs|j||j�|_n|S(N(t	__class__t__new__t__dict__R]R�RR�R�R�R�R�R�(R�R�tac((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pytwrap�s	cCs|j|S(N(R�(R�tobj((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyRb�scCsntj||�}|jrE|jj|�}|dk	rE|}qEn|jr^||kr^dS|j|_|S(N(R�RbR�R�R1R�R�t_allow_label_resolve(R�RzR5tc2((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR��s	cCs|jj�}|d=|S(NR�(Rtcopy(R�td((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt__getstate__�scCs)|jj|�tj|j�|_dS(N(RR]RtPopulateDictR�R�(R�tstate((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt__setstate__�sN(R�R�R�R1R3R2R�tobjectR�RRbtadapt_clauseR�tcopy_and_processt
adapt_listR�R	R(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyR�7s 	
				N(HR�tcollectionsRt	itertoolsRR\RRt
annotationRRRtbaseRRtddlR	R�R
RRR
RRRRRtschemaRR�RRRRRRRRRtlanghelperstpublic_factoryt_join_conditiontjoin_conditionR(R0R?RSR3RjRsRvR}RR+R�R2R�R�R�R�R
R�R�R�R�R1R�R�R�tReplacingCloningVisitorR�R�(((sF/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/sql/util.pyt<module>
sz			*	4	@"									Z		M;P

Zerion Mini Shell 1.0