³ò oäDc@s‚dZdZdZdZeeZeZeZeeZdZeddZ dZ dZ eee eZ e eed ƒƒZed ƒieƒZ[dd „Zdad „Zd dkZdd2d„ƒYZdefd„ƒYZdd3d„ƒYZeZeZ eZ!eZ"d„Z#d„Z$d„Z%dd„Z&dd„Z'dd„Z(dd d„Z)e)Z*dd d„Z+dd„ZeZ,d„Z-d „Z.d!„Z/d"„Z0d#„Z1e2Z3e4Z5e6Z7d$„Z8d%d&„Z9d%d'„Z:d(„Z;d)„Z<d*„Z=d+„Z>d,d-„Z?d d.„Z@d/„ZAd d0„ZBy0d d1kClZlZlZlZeeZWneDj onXdS(4súA collection of string operations (most are no longer used). Warning: most of the code you see here isn't normally used nowadays. Beginning with Python 1.6, many of these functions are implemented as methods on the standard string object. They used to be implemented by a built-in module called strop, but strop is now obsolete itself. Public module variables: whitespace -- a string containing all characters considered whitespace lowercase -- a string containing all characters considered lowercase letters uppercase -- a string containing all characters considered uppercase letters letters -- a string containing all characters considered letters digits -- a string containing all characters considered decimal digits hexdigits -- a string containing all characters considered hexadecimal digits octdigits -- a string containing all characters considered octal digits punctuation -- a string containing all characters considered punctuation printable -- a string containing all characters considered printable s tabcdefghijklmnopqrstuvwxyztABCDEFGHIJKLMNOPQRSTUVWXYZt 0123456789tabcdeftABCDEFt01234567s !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~itcCs>|pdig}|i|ƒD]}||iƒq!~ƒS(sùcapwords(s, [sep]) -> string Split the argument into words using split, capitalize each word using capitalize, and join the capitalized words using join. Note that this replaces runs of whitespace characters by a single space. t (tjointsplitt capitalize(tstsept_[1]tx((s string.pyctcapwords-s cCs’t|ƒt|ƒjo td‚ntptdtƒant}tt|ƒ}x,tt|ƒƒD]}||||| string Return a translation table (a string of 256 bytes long) suitable for use in string.translate. The strings frm and to must be of the same length. s)maketrans arguments must have same lengthRN( tlent ValueErrort_idmapLtmaptNonet_idmaptordtrangeR(tfromstrttostrtLti((s string.pyct maketrans;s iÿÿÿÿNt _multimapcBs eZdZd„Zd„ZRS(s‡Helper class for combining multiple mappings. Used by .{safe_,}substitute() to combine the mapping and keyword arguments. cCs||_||_dS(N(t_primaryt _secondary(tselftprimaryt secondary((s string.pyct__init__Ys cCs4y|i|SWntj o|i|SnXdS(N(RtKeyErrorR(R tkey((s string.pyct __getitem__]s(t__name__t __module__t__doc__R#R&(((s string.pycRSs t_TemplateMetaclasscBseZdZd„ZRS(s/ %(delim)s(?: (?P%(delim)s) | # Escape sequence of two delimiters (?P%(id)s) | # delimiter and a Python identifier {(?P%(id)s)} | # delimiter and a braced identifier (?P) # Other ill-formed delimiter exprs ) cCs‡tt|ƒi|||ƒd|jo |i}n/tihti|iƒd<|id<}ti|ti ti Bƒ|_dS(Ntpatterntdelimtid( tsuperR*R#R+t_retescapet delimitert idpatterntcompilet IGNORECASEtVERBOSE(tclstnametbasestdctR+((s string.pycR#ns   (R'R(R+R#(((s string.pycR*dstTemplatecBsDeZdZeZdZdZd„Zd„Zd„Z d„Z RS(s.A string class for supporting $-substitutions.t$s[_a-z][_a-z0-9]*cCs ||_dS(N(ttemplate(R R<((s string.pycR#scCs|idƒ}|i| itƒ}|pd}d}n*|tdi|d ƒƒ}t|ƒ}td||fƒ‚dS(NtinvalidiRiÿÿÿÿs.Invalid placeholder in string: line %d, col %d(tstartR<t splitlinestTrueRRR(R tmoRtlinestcolnotlineno((s string.pyct_invalid†s  cs„t|ƒdjotdƒ‚n|p |‰n)|ot||dƒ‰n |d‰‡‡fd†}ˆii|ˆiƒS(NisToo many positional argumentsics£|idƒp |idƒ}|dj oˆ|}d|fSn|idƒdj o ˆiSn|idƒdj oˆi|ƒntdˆiƒ‚dS(Ntnamedtbraceds%stescapedR=s#Unrecognized named group in pattern(tgroupRR1RERR+(RARFtval(tmappingR (s string.pyctconvertœs   (Rt TypeErrorRR+tsubR<(R targstkwsRL((R RKs string.pyct substitute’s  cs„t|ƒdjotdƒ‚n|p |‰n)|ot||dƒ‰n |d‰‡‡fd†}ˆii|ˆiƒS(NisToo many positional argumentsic s|idƒ}|dj o8ydˆ|fSWqTtj oˆi|SqTXn|idƒ}|dj o@ydˆ|fSWq°tj oˆid|dSq°Xn|idƒdj o ˆiSn|idƒdj o ˆiSntdˆiƒ‚dS( NRFs%sRGt{t}RHR=s#Unrecognized named group in pattern(RIRR$R1RR+(RARFRG(RKR (s string.pycRL¶s$    (RRMRR+RNR<(R RORPRL((R RKs string.pyctsafe_substitute¬s  ( R'R(R)R*t __metaclass__R1R2R#RERQRT(((s string.pycR:zs  cCs |iƒS(sSlower(s) -> string Return a copy of the string s converted to lowercase. (tlower(R ((s string.pycRVÚscCs |iƒS(sSupper(s) -> string Return a copy of the string s converted to uppercase. (tupper(R ((s string.pycRWãscCs |iƒS(s„swapcase(s) -> string Return a copy of the string s with upper case characters converted to lowercase and vice versa. (tswapcase(R ((s string.pycRXìscCs |i|ƒS(sstrip(s [,chars]) -> string Return a copy of the string s with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. If chars is unicode, S will be converted to unicode before stripping. (tstrip(R tchars((s string.pycRYös cCs |i|ƒS(s®lstrip(s [,chars]) -> string Return a copy of the string s with leading whitespace removed. If chars is given and not None, remove characters in chars instead. (tlstrip(R RZ((s string.pycR[scCs |i|ƒS(s¯rstrip(s [,chars]) -> string Return a copy of the string s with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. (trstrip(R RZ((s string.pycR\ scCs|i||ƒS(srsplit(s [,sep [,maxsplit]]) -> list of strings Return a list of the words in the string s, using sep as the delimiter string. If maxsplit is given, splits at no more than maxsplit places (resulting in at most maxsplit+1 words). If sep is not specified or is None, any whitespace string is a separator. (split and splitfields are synonymous) (R (R R tmaxsplit((s string.pycR s cCs|i||ƒS(sWrsplit(s [,sep [,maxsplit]]) -> list of strings Return a list of the words in the string s, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator. (trsplit(R R R]((s string.pycR^&s RcCs |i|ƒS(sÖjoin(list [,sep]) -> string Return a string composed of the words in list, with intervening occurrences of sep. The default separator is a single space. (joinfields and join are synonymous) (R(twordsR ((s string.pycR2s cGs |i|ŒS(spindex(s, sub [,start [,end]]) -> int Like find but raises ValueError when the substring is not found. (tindex(R RO((s string.pycR`@scGs |i|ŒS(srrindex(s, sub [,start [,end]]) -> int Like rfind but raises ValueError when the substring is not found. (trindex(R RO((s string.pycRaIscGs |i|ŒS(sÈcount(s, sub[, start[,end]]) -> int Return the number of occurrences of substring sub in string s[start:end]. Optional arguments start and end are interpreted as in slice notation. (tcount(R RO((s string.pycRbRscGs |i|ŒS(sfind(s, sub [,start [,end]]) -> in Return the lowest index in s where substring sub is found, such that sub is contained within s[start,end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure. (tfind(R RO((s string.pycRc]s cGs |i|ŒS(srfind(s, sub [,start [,end]]) -> int Return the highest index in s where substring sub is found, such that sub is contained within s[start,end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure. (trfind(R RO((s string.pycRdjs cCs t|ƒS(sYatof(s) -> float Return the floating point number represented by the string s. (t_float(R ((s string.pyctatof|si cCs t||ƒS(ssatoi(s [,base]) -> int Return the integer represented by the string s in the given base, which defaults to 10. The string s must consist of one or more digits, possibly preceded by a sign. If base is 0, it is chosen from the leading characters of s, 0 for octal, 0x or 0X for hexadecimal. If base is 16, a preceding 0x or 0X is accepted. (t_int(R tbase((s string.pyctatoi†s cCs t||ƒS(s³atol(s [,base]) -> long Return the long integer represented by the string s in the given base, which defaults to 10. The string s must consist of one or more digits, possibly preceded by a sign. If base is 0, it is chosen from the leading characters of s, 0 for octal, 0x or 0X for hexadecimal. If base is 16, a preceding 0x or 0X is accepted. A trailing L or l is not accepted, unless base is 0. (t_long(R Rh((s string.pyctatol•s cGs|i||ŒS(sõljust(s, width[, fillchar]) -> string Return a left-justified version of s, in a field of the specified width, padded with spaces as needed. The string is never truncated. If specified the fillchar is used instead of spaces. (tljust(R twidthRO((s string.pycRl¥scGs|i||ŒS(sörjust(s, width[, fillchar]) -> string Return a right-justified version of s, in a field of the specified width, padded with spaces as needed. The string is never truncated. If specified the fillchar is used instead of spaces. (trjust(R RmRO((s string.pycRn°scGs|i||ŒS(sîcenter(s, width[, fillchar]) -> string Return a center version of s, in a field of the specified width. padded with spaces as needed. The string is never truncated. If specified the fillchar is used instead of spaces. (tcenter(R RmRO((s string.pycRo»scCs-t|tƒpt|ƒ}n|i|ƒS(s¡zfill(x, width) -> string Pad a numeric string x with zeros on the left, to fill a field of the specified width. The string x is never truncated. (t isinstancet basestringtreprtzfill(RRm((s string.pycRsÈsicCs |i|ƒS(s×expandtabs(s [,tabsize]) -> string Return a copy of the string s with all tab characters replaced by the appropriate number of spaces, depending on the current column, and the tabsize (default 8). (t expandtabs(R ttabsize((s string.pycRtÕscCs4|o|i||ƒSn|i||d ƒSdS(sgtranslate(s,table [,deletions]) -> string Return a copy of the string s, where all characters occurring in the optional argument deletions are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256. The deletions argument is not allowed for Unicode strings. iN(t translate(R ttablet deletions((s string.pycRvàs cCs |iƒS(socapitalize(s) -> string Return a copy of the string s with only its first character capitalized. (R (R ((s string.pycR óscCs|i|||ƒS(sñreplace (str, old, new[, maxsplit]) -> string Return a copy of string str with all occurrences of substring old replaced by new. If the optional argument maxsplit is given, only the first maxsplit occurrences are replaced. (treplace(R toldtnewR]((s string.pycRyýs(Rt lowercaset uppercaset whitespace(((ER)R~R|R}tletterstascii_lowercasetascii_uppercaset ascii_letterstdigitst hexdigitst octdigitst punctuationt printableRtchrtxrangetltstrRRRRRRtreR/RttypeR*R:Rt index_errort atoi_errort atof_errort atol_errorRVRWRXRYR[R\R t splitfieldsR^t joinfieldsR`RaRbRcRdtfloatRetintRgtlongRjRfRiRkRlRnRoRsRtRvR Rytstropt ImportError(((s string.pycssz     Z        "