?PNG  IHDR ? f ??C1 sRGB ?? gAMA ? a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
[Kc#@sdZddddddddd d d d d ddgZddklZlZlZlZlZddkZ ddk l Z l Z l Z lZlZlZlZlZeeedZedd!Zedd!Zdied eedZdied eedZdZdZdZhZhZ hZ!dZ"dZ#dZ$e$dZ%e%d Z&e&e!d!Z'e!d"Z(d#Z)e)hZ*d$Z+e+hgd%6gd&6gd'6gd(6e eeee'gd)6Z,d*Z-d+Z.e.d,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>d?d@dAdBdCdDdEgZ/dFZ0hdGe 6dHe6dIe6dJe 6dKe6dLe6d!e i16Z2dMZ3dNZ4ddOZ6dPZ7dQZ8dRZ9dSe:fdTYZ;e;Z<e;Z=e;Z>e;Z?dUZ@e@dVZAe;ZBe iCe iDe iEe iFe iGe iHe iIe i1gZJeJiKe*iLeMeJZJx$e*iLD]ZNeNdWeBeNZTeUeTeMoeTdYeeTd^ bool_ (kind=b) +-> number (kind=i) | integer | signedinteger (intxx) | byte | short | intc | intp int0 | int_ | longlong +-> unsignedinteger (uintxx) (kind=u) | ubyte | ushort | uintc | uintp uint0 | uint_ | ulonglong +-> inexact | +-> floating (floatxx) (kind=f) | | single | | float_ (double) | | longfloat | \-> complexfloating (complexxx) (kind=c) | csingle (singlecomplex) | complex_ (cfloat, cdouble) | clongfloat (longcomplex) +-> flexible | character | str_ (string_) (kind=S) | unicode_ (kind=U) | void (kind=V) | \-> object_ (not used much) (kind=O) t sctypeDicttsctypeNAttypeDictttypeNAtsctypest ScalarTypet obj2sctypetcasttnbytest sctype2chartmaximum_sctypetissctypet typecodestfind_common_typet issubdtypei(ttypeinfotndarraytarraytemptytdtypeN(tbooltinttlongtfloattcomplextobjecttunicodetstriiAiiatcCs|it}|S(s Apply English case rules to convert ASCII strings to all lower case. This is an internal utility function to replace calls to str.lower() such that we can avoid changing behavior with changing locales. In particular, Turkish has distinct dotted and dotless variants of the Latin letter "I" in both lowercase and uppercase. Thus, "I".lower() != "i" in a "tr" locale. Parameters ---------- s : str Returns ------- lowered : str Examples -------- >>> from numpy.core.numerictypes import english_lower >>> english_lower('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_') 'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz0123456789_' >>> english_lower('') '' (t translatet LOWER_TABLE(tstlowered((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt english_lowerqscCs|it}|S(s Apply English case rules to convert ASCII strings to all upper case. This is an internal utility function to replace calls to str.upper() such that we can avoid changing behavior with changing locales. In particular, Turkish has distinct dotted and dotless variants of the Latin letter "I" in both lowercase and uppercase. Thus, "i".upper() != "I" in a "tr" locale. Parameters ---------- s : str Returns ------- uppered : str Examples -------- >>> from numpy.core.numerictypes import english_upper >>> english_upper('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_') 'ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_' >>> english_upper('') '' (Rt UPPER_TABLE(Rtuppered((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt english_upperscCs&|ot|d|dS|SdS(s, Apply English case rules to convert the first character of an ASCII string to upper case. This is an internal utility function to replace calls to str.capitalize() such that we can avoid changing behavior with changing locales. Parameters ---------- s : str Returns ------- capitalized : str Examples -------- >>> from numpy.core.numerictypes import english_capitalize >>> english_capitalize('int8') 'Int8' >>> english_capitalize('Int8') 'Int8' >>> english_capitalize('') '' iiN(R$(R((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pytenglish_capitalizesc Cswd}x*|D]"}|djoPn|d7}q Wyt||}Wntj o d}nX|| }||fS(Nit 0123456789i(Rt ValueError(tnametktchtbitstbase((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt _evalnames   cCs~|i}d}d}y[|ddjo|d }n|}tt|}|d|jpt|d}Wn/tj o#t|\}}|d}nX|djod}d}n{|d jod }d }n^|d jod }d}nA|djod}d}n$|djod}d}d}n|d}|djo!|djod||f}n|||fS(s/Return a bit-width name for a given type objectRit_iitbool_tbRtstring_tStstringtunicode_tURtvoidtVtobject_tORis%s%d(t__name__RR$tAssertionErrortKeyErrorR-(tobjR(R,tchartnewnametinfoR+tbytes((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pytbitnamesB            cCsxtiD]~}t|}tt|toJt|d}|t|<|t|<|tt|d<|tt|dtmynametna_name((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt _add_aliasess:  "            c Csidddddg}xM|D]E}t|}|d}d|df}d |df}d |}d |}d |}td |} |d} | d} |tijod|} | t|<| t| <| t|<| t| <| t|<| t|<| t|<| t|<| t|<| t|<| t|<| t|                     R6tgenericcCsd%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7d8g}x0|D](\}}t|t|>> np.maximum_sctype(np.int) >>> np.maximum_sctype(np.uint8) >>> np.maximum_sctype(np.complex) >>> np.maximum_sctype(str) >>> np.maximum_sctype('i2') >>> np.maximum_sctype('f4') iiN(RtNoneR:R-R(R{tgR(R,R+((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR s&    RrRmRcR/R1R4cCs7t|tipt|}ntti|dS(s7returns the type corresponding to a certain Python typeR8(RDt_typestTypeTypeRRFt _python_typestget(R{((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt _python_typescCsWt|ttfptSy-t|}|o|tjotStSWntSXdS(s$ Determines whether the given object represents a scalar data-type. Parameters ---------- rep : any If `rep` is an instance of a scalar dtype, True is returned. If not, False is returned. Returns ------- out : bool Boolean result of check whether `rep` is a scalar dtype. See Also -------- issubsctype, issubdtype, obj2sctype, sctype2char Examples -------- >>> np.issctype(np.int32) True >>> np.issctype(list) False >>> np.issctype(1.1) False N(RDRRtFalseRR8tTrue(treptres((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR s cCsyt|to|SWntj onXt|to|iSt|to t|St|to |iiSyt|}Wn|SX|iS(N(t issubclassRbt TypeErrorRDRRRR(RtdefaultR((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR$s    cCs,yt||SWntj otSXdS(N(RRR(targ1targ2((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt issubclass_7scCstt|t|S(s Determine if the first argument is a subclass of the second argument. Parameters ---------- arg1, arg2 : dtype or dtype specifier Data-types. Returns ------- out : bool The result. See Also -------- issctype, issubdtype,obj2sctype Examples -------- >>> np.issubsctype('S8', str) True >>> np.issubsctype(np.array([1]), np.int) True >>> np.issubsctype(np.array([1]), np.float) False (RR(RR((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt issubsctype=scCs}t|tott|i|St|ii}t|djo|d}n |d}tt|i|S(s Returns True if first argument is a typecode lower/equal in type hierarchy. Parameters ---------- arg1, arg2 : dtype_like dtype or string representing a typecode. Returns ------- out : bool See Also -------- issubsctype, issubclass_ numpy.core.numerictypes : Overview of numpy type hierarchy. Examples -------- >>> np.issubdtype('S1', str) True >>> np.issubdtype(np.float64, np.float32) False ii(RRbRRRtmroR(RRRRX((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR[s t _typedictcBseZdZdZRS(s Base object for a dictionary for look-up with any alias for an array dtype. Instances of `_typedict` can not be used as dictionaries directly, first they have to be populated. cCsti|t|S(N(tdictt __getitem__R(tselfR=((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyRs(R:t __module__t__doc__R(((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyRscCsxtiD]\}}t|tpq n|d}|ddt|<|dt|>> for sctype in [np.int32, np.float, np.complex, np.string_, np.ndarray]: ... print np.sctype2char(sctype) l d D S O >>> x = np.array([1., 2-1.j]) >>> np.sctype2char(x) 'D' >>> np.sctype2char(list) 'O' sunrecognized typeN(RRR'R(tsctype((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR s*   cCst|dti|S(tcopy(RRtastype(txR)((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pytstflexibleiR3RRRGis%s_tct CharactertbhilqptIntegertBHILQPtUnsignedIntegertfdgtFloattFDGtComplext bBhHiIlLqQpPt AllIntegertfdgFDGtAllFloattMmtDatetimes?bhilqpBHILQPfdgFDGSUVOMmtAllR0tutitfR2R5R7R9tMtmicCsU||jo|Syti|i}Wntj odSXt||gd|S(Ntstart(t __test_typestindexR>R'Rt_can_coerce_all(RGR0tthisind((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyt_find_common_coerces cCst|}|djodS|djo |dS|}xv|tjohtt|}tg}|D]}||jo ||qhqh~}||jo|S|d7}q=WdS(Nii(RRt__len_test_typesRR(t dtypelistRtNRtnewdtypet_[1]Rt numcoerce((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR&s     8 c Csg}|D]}|t|q ~}g}|D]}|t|q2~}t|}t|}|djo|S|djo|Sy(ti|i}ti|i}Wntj odSX||jot||S|SdS(s  Determine common type following standard coercion rules. Parameters ---------- array_types : sequence A list of dtypes or dtype convertible objects representing arrays. scalar_types : sequence A list of dtypes or dtype convertible objects representing scalars. Returns ------- datatype : dtype The common data type, which is the maximum of `array_types` ignoring `scalar_types`, unless the maximum of `scalar_types` is of a different kind (`dtype.kind`). If the kind is not understood, then None is returned. See Also -------- dtype, common_type, can_cast, mintypecode Examples -------- >>> np.find_common_type([], [np.int64, np.float32, np.complex]) dtype('complex128') >>> np.find_common_type([np.int64, np.float32], []) dtype('float64') The standard casting rules ensure that a scalar cannot up-cast an array unless the scalar is of a fundamentally different kind of data (i.e. under a different hierarchy in the data type hierarchy) then the array: >>> np.find_common_type([np.float32], [np.int64, np.float64]) dtype('float32') Complex is of a different type, so it up-casts the float in the `array_types` argument: >>> np.find_common_type([np.float32], [np.complex]) dtype('complex128') Type specifier strings are convertible to dtypes and can therefore be used instead of dtypes: >>> np.find_common_type(['f4', 'f4', 'i4'], ['c8']) dtype('complex128') N(RRRt _kind_listRtkindR'R( t array_typest scalar_typesRRt_[2]tmaxatmaxsctindex_atindex_sc((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pyR 5s 3''     i[i{i[i{(i(bRt__all__tnumpy.core.multiarrayRRRRRttypesRt __builtin__RRRRRRRRtmaptchrtranget _all_charst _ascii_uppert _ascii_lowertjoinRR"R!R$R%RRRFR-RBRIRPRaR6RbR|RRRRRtgenericTypeRankR t BufferTypeRRR RRRRRRRRRRRRR RtIntTypet FloatTypet ComplexTypetLongTypet BooleanTypet StringTypet UnicodeTypeRtextendRCREtkeyt_typestrRtitemsRXt_toaddR(RDtglobalsRR RRRRRRRRR (((s=/usr/lib64/python2.6/site-packages/numpy/core/numerictypes.pytOs  ( :      +            1    '    %      3      !     '