[[o&@sdZddddddddd d d g Zyd d lmZWnek rUYnXd dlmZd dlmZd dl m Z d dl m Z yd dl mZWnGdddZYnXdQZdRZeeddZeeddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd)d*Zd+d,Zd-d.Zd/d0Zd1d2Zd3d4Zd5dZd6dZ yd d7lm Z Wnek rYnXd8d Z!yd d9lm!Z!Wnek rYnXGd:d d e"Z#ed;d<d=d>d?gZ$Gd@dAdAe%Z&e"fe'e(e)e*dBhe+e,e*e-dCdDZ.dEdFdGdZ/dHdIZ0dBdJdKZ1dLdMZ2dNdOZ3dPd Z4dBS)SzEfunctools.py - Tools for working with functions and callable objects update_wrapperwrapsWRAPPER_ASSIGNMENTSWRAPPER_UPDATEStotal_ordering cmp_to_key lru_cachereducepartial partialmethodsingledispatch)r)get_cache_token) namedtuple)MappingProxyType)WeakKeyDictionary)RLockc@s.eZdZdZddZddZdS)rz/Dummy reentrant lock for builds without threadscCsdS)N)selfrr/usr/lib/python3.4/functools.py __enter__szRLock.__enter__cCsdS)Nr)rexctypeexcinstexctbrrr__exit__szRLock.__exit__N)__name__ __module__ __qualname____doc__rrrrrrrs  rrrrr__annotations____dict__c CsxF|D]>}yt||}Wntk r4YqXt|||qWx0|D](}t||jt||iqPW||_|S)aUpdate 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) )getattrAttributeErrorsetattrupdate __wrapped__)wrapperwrappedassignedupdatedattrvaluerrrr+s   & cCsttd|d|d|S)aDecorator 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&r'r()r r)r&r'r(rrrrIs cCs0|j|}|tkrtS| o/||kS)zIReturn a > b. Computed by @total_ordering from (not a < b) and (a != b).)__lt__NotImplemented)rother op_resultrrr _gt_from_ltas r/cCs|j|}|p||kS)zEReturn a <= b. Computed by @total_ordering from (a < b) or (a == b).)r+)rr-r.rrr _le_from_lthsr0cCs$|j|}|tkrtS| S)z=Return a >= b. Computed by @total_ordering from (not a < b).)r+r,)rr-r.rrr _ge_from_ltms r1cCs0|j|}|tkrtS| p/||kS)zJReturn a >= b. Computed by @total_ordering from (not a <= b) or (a == b).)__le__r,)rr-r.rrr _ge_from_lets r3cCs/|j|}|tkrtS|o.||kS)zFReturn a < b. Computed by @total_ordering from (a <= b) and (a != b).)r2r,)rr-r.rrr _lt_from_le{s r4cCs$|j|}|tkrtS| S)z=Return a > b. Computed by @total_ordering from (not a <= b).)r2r,)rr-r.rrr _gt_from_les r5cCs0|j|}|tkrtS| o/||kS)zIReturn a < b. Computed by @total_ordering from (not a > b) and (a != b).)__gt__r,)rr-r.rrr _lt_from_gts r7cCs|j|}|p||kS)zEReturn a >= b. Computed by @total_ordering from (a > b) or (a == b).)r6)rr-r.rrr _ge_from_gtsr8cCs$|j|}|tkrtS| S)z=Return a <= b. Computed by @total_ordering from (not a > b).)r6r,)rr-r.rrr _le_from_gts r9cCs0|j|}|tkrtS| p/||kS)zJReturn a <= b. Computed by @total_ordering from (not a >= b) or (a == b).)__ge__r,)rr-r.rrr _le_from_ges r;cCs/|j|}|tkrtS|o.||kS)zFReturn a > b. Computed by @total_ordering from (a >= b) and (a != b).)r:r,)rr-r.rrr _gt_from_ges r<cCs$|j|}|tkrtS| S)z=Return a < b. Computed by @total_ordering from (not a >= b).)r:r,)rr-r.rrr _lt_from_ges r=csidtfdtfdtfgd6dtfdtfdtfgd6dtfdtfdtfgd6dt fdt fdt fgd6}fdd|D}|st dnt |}x@||D]4\}}||kr||_t||qqWS)z6Class decorator that fills in missing ordering methodsr6r2r:r+cs:g|]0}t|dtt|dk r|qS)N)r object).0op)clsrr s z"total_ordering..z6must define at least one ordering operation: < > <= >=)r/r0r1r3r4r5r7r8r9r;r<r= ValueErrormaxrr")rAconvertrootsrootopnameopfuncr)rArrs,           cs Gfdddt}|S)z,Convert a cmp= function into a key= functioncseZdZdgZddZfddZfddZfdd Zfd d Zfd d Z fddZ dZ dS)zcmp_to_key..KobjcSs ||_dS)N)rJ)rrJrrr__init__szcmp_to_key..K.__init__cs|j|jdkS)Nr )rJ)rr-)mycmprrr+szcmp_to_key..K.__lt__cs|j|jdkS)Nr )rJ)rr-)rLrrr6szcmp_to_key..K.__gt__cs|j|jdkS)Nr )rJ)rr-)rLrr__eq__szcmp_to_key..K.__eq__cs|j|jdkS)Nr )rJ)rr-)rLrrr2szcmp_to_key..K.__le__cs|j|jdkS)Nr )rJ)rr-)rLrrr:szcmp_to_key..K.__ge__cs|j|jdkS)Nr )rJ)rr-)rLrr__ne__szcmp_to_key..K.__ne__N) rrr __slots__rKr+r6rMr2r:rN__hash__r)rLrrKs   rQ)r>)rLrQr)rLrrs)rcs7fdd}|_|_|_|S)zSNew function with partial application of the given arguments and keywords. cs*j}|j|||S)N)copyr#)ZfargsZ fkeywordsZ newkeywords)argsfunckeywordsrrnewfuncs  zpartial..newfunc)rTrSrU)rTrSrUrVr)rSrTrUrr s    )r c@sXeZdZdZddZddZddZdd Zed d Z d S) r zMethod descriptor with partial application of the given arguments and keywords. Supports wrapping existing descriptors and handles non-descriptor callables as instance methods. cOst| r5t|d r5tdj|nt|tr|j|_|j||_|jj |_|jj |n||_||_||_dS)N__get__z${!r} is not callable or a descriptor) callablehasattr TypeErrorformat isinstancer rTrSrUrRr#)rrTrSrUrrrrK s    zpartialmethod.__init__c Cs}djtt|j}djdd|jjD}d}|jd|jjd|jj d|j d|d |S) Nz, css'|]\}}dj||VqdS)z{}={!r}N)r[)r?kvrrr "sz)partialmethod.__repr__..z*{module}.{cls}({func}, {args}, {keywords})modulerArTrSrU) joinmapreprrSrUitemsr[ __class__rrrT)rrSrU format_stringrrr__repr__ s  zpartialmethod.__repr__cs+fdd}j|_|_|S)NcsRjj}|j||^}}|fjt|}j||S)N)rUrRr#rStuplerT)rSrU call_keywords cls_or_selfrest call_args)rrr_method,s   z3partialmethod._make_unbound_method.._method)__isabstractmethod___partialmethod)rrmr)rr_make_unbound_method+s  z"partialmethod._make_unbound_methodc Cst|jdd}d}|dk r|||}||jk rt||j|j}y|j|_Wqtk rYqXqn|dkr|jj||}n|S)NrW) r rTr rSrU__self__r!rprW)rrJrAgetresultnew_funcrrrrW6s    zpartialmethod.__get__cCst|jddS)NrnF)r rT)rrrrrnIsz"partialmethod.__isabstractmethod__N) rrrrrKrgrprWpropertyrnrrrrr s    CacheInfohitsmissesmaxsizecurrsizec@s7eZdZdZdZeddZddZdS) _HashedSeqz This class guarantees that hash() will be called no more than once per element. This is important because the lru_cache() will hash the key multiple times on a cache miss. hashvaluecCs#||dd<|||_dS)N)r|)rtuphashrrrrK]sz_HashedSeq.__init__cCs|jS)N)r|)rrrrrPasz_HashedSeq.__hash__N)rrrrrOr~rKrPrrrrr{Ts r{Nc s|} |rF||j} | |7} x| D]} | | 7} q/Wn|r| |fdd|D7} |r| |fdd| D7} qn0|| dkr| d|kr| dSt| S)aMake a cache key from optionally typed positional and keyword arguments The key is constructed in a way that is flat as possible rather than as a nested structure that would take more memory. If there is only a single argument and its data type is known to cache its hash value, then that argument is returned without a wrapper. This saves space and improves lookup speed. c3s|]}|VqdS)Nr)r?r^)typerrr_ysz_make_key..c3s!|]\}}|VqdS)Nr)r?r]r^)rrrr_{sr )rdr{) rSkwdstypedkwd_mark fasttypessortedrhrlenkey sorted_itemsitemr)rr _make_keyds  #)(rFcswdk r+tt r+tdnttd \fdd}|S) aLeast-recently-used cache decorator. If *maxsize* is set to None, the LRU features are disabled and the cache can grow without bound. If *typed* is True, arguments of different types will be cached separately. For example, f(3.0) and f(3) will be treated as distinct calls with distinct results. Arguments to the cached function must be hashable. View the cache statistics named tuple (hits, misses, maxsize, currsize) with f.cache_info(). Clear the cache and statistics with f.cache_clear(). Access the underlying function with f.__wrapped__. See: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used Nz)Expected maxsize to be an integer or Noner rcs>iddjtgddgdd< dkrnfdd}nr dkr fdd}n<  fdd} fdd}fd d }||_||_t|S) Nr Fcs||}d7|S)Nrr)rSrrs)rx user_functionrrr%s z7lru_cache..decorating_function..wrappercsb||}|}|k r;d7|S||}||<d7|S)Nrr)rSrrrs)cache cache_getrwmake_keyrxsentinelrrrrr%s    c s || }|}|dk r|\}}}}||<||< }||< <||< |<d7|SWdQX||}|krnr$ } || <|| <|  } } d < <| =| |.decorating_function..cache_infoc sG;jddgdd.decorating_function..cache_clear)rrrrrr)rr%rr)rrrrrryrr)rrrrwrrxrGrrdecorating_functions"     *<7!  z&lru_cache..decorating_function)r rrr)r\intrZr>r)ryrrr)rrrrrryrrrrs 'lcCsg}xdd|D}|s&|SxJ|D]B}|d}x/|D]&}||ddkrDd}PqDqDWPq-W|stdn|j|x(|D] }|d|kr|d=qqWq WdS)zMerges MROs in *sequences* to a single MRO using the C3 algorithm. Adapted from http://www.python.org/download/releases/2.3/mro/. cSsg|]}|r|qSrr)r?srrrrBs z_c3_merge..r rNzInconsistent hierarchy) RuntimeErrorappend) sequencesrss1 candidates2seqrrr _c3_merges$     rc sxOtt|jD]2\}tdrt|j|}PqqWd}rdtngt|jd|}g}t|j|d}xPD]Ht|rtfdd|jD r|jqqWx|D]j qWfdd|D}fdd|D}fd d|D} t |gg||| |g|g|gS) aComputes the method resolution order using extended C3 linearization. If no *abcs* are given, the algorithm works exactly like the built-in C3 linearization used for method resolution. If given, *abcs* is a list of abstract base classes that should be inserted into the resulting MRO. Unrelated ABCs are ignored and don't end up in the result. The algorithm inserts ABCs where their functionality is introduced, i.e. issubclass(cls, abc) returns True for the class itself but returns False for all its direct base classes. Implicit ABCs for a given class (either registered or inferred from the presence of a special method like __len__) are inserted directly after the last ABC explicitly listed in the MRO of said class. If two implicit ABCs end up next to each other in the resulting MRO, their ordering depends on the order of types in *abcs*. __abstractmethods__r Nc3s|]}t|VqdS)N) issubclass)r?b)baserrr_Osz_c3_mro..cs"g|]}t|dqS)abcs)_c3_mro)r?r)rrrrBVs z_c3_mro..cs"g|]}t|dqS)r)r)r?r)rrrrBWs cs"g|]}t|dqS)r)r)r?r)rrrrBXs ) enumeratereversed __bases__rYrlistranyrremover) rAriboundaryexplicit_basesabstract_bases other_basesexplicit_c3_mrosabstract_c3_mros other_c3_mrosr)rrrr2s("   rcsftjfddfddDfddfddDtg}xD]}g}xU|jD]G}|krt|r|jfdd|jDqqW|s|j|qn|jd td d x;|D]3}x*|D]"}||kr(|j|q(q(WqWqWtd |S) zCalculates the method resolution order for a given class *cls*. Includes relevant abstract base classes (with their respective bases) from the *types* iterable. Uses a modified C3 linearization algorithm. cs(|ko't|do't|S)N__mro__)rYr)typ)basesrArr is_relatedhsz _compose_mro..is_relatedcs"g|]}|r|qSrr)r?n)rrrrBks z _compose_mro..cs4x-D]%}||kr||jkrdSqWdS)NTF)r)rr-)typesrris_strict_basens z$_compose_mro..is_strict_basecs"g|]}|s|qSrr)r?r)rrrrBss cs"g|]}|kr|qSrr)r?r)type_setrrrB|s rreverseTr)setr__subclasses__rrsortrr)rArmrorfoundsubsubclsr)rrArrrrr _compose_mro_s*  *    rcCst||j}d}x|D]}|dk r||kr||jkr||jkrt|| rtdj||nPn||kr"|}q"q"W|j|S)a^Returns the best matching implementation from *registry* for type *cls*. Where there is no registered implementation for a specific type, its method resolution order is used to find a more generic implementation. Note: if *registry* does not contain an implementation for the base *object* type, this function may return None. NzAmbiguous dispatch: {} or {})rkeysrrrr[rr)rAregistryrmatchtrrr _find_impls      rcsitdfdddfddfdd}|t<|_|_t|_j|_t|||S)alSingle-dispatch generic function decorator. Transforms a function into a generic function, which can have different behaviours depending upon the type of its first argument. The decorated function acts as the default implementation, and additional implementations can be registered using the register() attribute of the generic function. Ncsdk r7t}|kr7j|q7ny|}WnNtk ry|}Wn!tk rt|}YnX|| Runs the dispatch algorithm to return the best available implementation for the given *cls* registered on *generic_func*. N)r rKeyErrorr)rA current_tokenimpl) cache_tokendispatch_cacherrrdispatchs       z singledispatch..dispatchcs^|dkrfddS|<dkrPtdrPtnj|S)zgeneric_func.register(cls, func) -> func Registers a new implementation for the given *cls* on a *generic_func*. Ncs |S)Nr)f)rAregisterrrsz2singledispatch..register..r)rYr r)rArT)rrrr)rArrs    z singledispatch..registercs|dj||S)Nr )re)rSkw)rrrr%szsingledispatch..wrapper) rr>rrrrr _clear_cacher)rTr%r)rrrrrrr s       )z __module__z__name__z __qualname__z__doc__z__annotations__)z__dict__)5r__all__ _functoolsr ImportErrorabcr collectionsrrrweakrefr_threadrrrrrr/r0r1r3r4r5r7r8r9r;r<r=rrr r>r rrr{rstr frozensetrrrhrrrrrrrr rrrrsr                    N  - )