https://t.me/AnonymousX5
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 :  /opt/alt-old/python27/lib64/python2.7/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/alt-old/python27/lib64/python2.7/functools.pyc
�
JrMac@s\dZddlmZmZdZd
Zeed�Zeed�Zd	�Zd
�Z	dS(sEfunctools.py - Tools for working with functions and callable objects
i����(tpartialtreducet
__module__t__name__t__doc__t__dict__cCsax'|D]}t||t||��qWx0|D](}t||�jt||i��q1W|S(sUpdate a wrapper function to look like the wrapped function

       wrapper is the function to be updated
       wrapped is the original function
       assigned is a tuple naming the attributes assigned directly
       from the wrapped function to the wrapper function (defaults to
       functools.WRAPPER_ASSIGNMENTS)
       updated is a tuple naming the attributes of the wrapper that
       are updated with the corresponding attribute from the wrapped
       function (defaults to functools.WRAPPER_UPDATES)
    (tsetattrtgetattrtupdate(twrappertwrappedtassignedtupdatedtattr((s./opt/alt/python27/lib64/python2.7/functools.pytupdate_wrappers


&cCsttd|d|d|�S(s�Decorator factory to apply update_wrapper() to a wrapper function

       Returns a decorator that invokes update_wrapper() with the decorated
       function as the wrapper argument and the arguments to wraps() as the
       remaining arguments. Default arguments are as for update_wrapper().
       This is a convenience function to simplify applying partial() to
       update_wrapper().
    R
RR(RR(R
RR((s./opt/alt/python27/lib64/python2.7/functools.pytwraps'scCs�idd�fdd�fdd�fdd�fgd	6dd
�fd	d�fdd�fdd
�fgd6d	d�fdd�fdd�fdd�fgd6dd�fdd�fdd�fd	d�fgd6}tt|��}|t|�@}|std��nt|�}xU||D]I\}}||kr0||_tt|�j|_t|||�q0q0W|S(s6Class decorator that fills in missing ordering methodst__gt__cSs||kp||kS(N((tselftother((s./opt/alt/python27/lib64/python2.7/functools.pyt<lambda>8st__le__cSs||kp||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR9st__ne__cSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR:st__ge__cSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR;st__lt__cSs||kp||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR<scSs||ko||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR=scSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR>scSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR?scSs||kp||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyR@scSs||kp||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyRAscSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyRBscSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyRCscSs||kp||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyRDscSs||ko||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyREscSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyRFscSs||kS(N((RR((s./opt/alt/python27/lib64/python2.7/functools.pyRGss6must define at least one ordering operation: < > <= >=(	tsettdirt
ValueErrortmaxRRtintRR(tclstconverttdefined_methodstrootstroottopnametopfunc((s./opt/alt/python27/lib64/python2.7/functools.pyttotal_ordering5s8	cs dtf�fd��Y}|S(s,Convert a cmp= function into a key= functiontKcs}eZdgZd�Z�fd�Z�fd�Z�fd�Z�fd�Z�fd�Z�fd�Z	d�Z
RS(	tobjcWs
||_dS(N(R&(RR&targs((s./opt/alt/python27/lib64/python2.7/functools.pyt__init__Yscs�|j|j�dkS(Ni(R&(RR(tmycmp(s./opt/alt/python27/lib64/python2.7/functools.pyR[scs�|j|j�dkS(Ni(R&(RR(R)(s./opt/alt/python27/lib64/python2.7/functools.pyR]scs�|j|j�dkS(Ni(R&(RR(R)(s./opt/alt/python27/lib64/python2.7/functools.pyt__eq___scs�|j|j�dkS(Ni(R&(RR(R)(s./opt/alt/python27/lib64/python2.7/functools.pyRascs�|j|j�dkS(Ni(R&(RR(R)(s./opt/alt/python27/lib64/python2.7/functools.pyRcscs�|j|j�dkS(Ni(R&(RR(R)(s./opt/alt/python27/lib64/python2.7/functools.pyRescSstd��dS(Nshash not implemented(t	TypeError(R((s./opt/alt/python27/lib64/python2.7/functools.pyt__hash__gs(RRt	__slots__R(RRR*RRRR,((R)(s./opt/alt/python27/lib64/python2.7/functools.pyR%Ws		(tobject(R)R%((R)s./opt/alt/python27/lib64/python2.7/functools.pyt
cmp_to_keyUsN(s
__module__s__name__s__doc__(s__dict__(
Rt
_functoolsRRtWRAPPER_ASSIGNMENTStWRAPPER_UPDATESRRR$R/(((s./opt/alt/python27/lib64/python2.7/functools.pyt<module>s	 

https://t.me/AnonymousX5 - 2025