Home | History | Annotate | Download | only in lib

Lines Matching full:separator

2042 Searches for the separator sep in B, and returns the part before it,
2043 the separator itself, and the part after it. If the separator is not
2068 Searches for the separator sep in B, starting at the end of B,
2069 and returns the part before it, the separator itself, and the
2070 part after it. If the separator is not found, returns two empty
2109 |O:strip|i:splitlines|On:splitempty separator|O:rstrip|On:rsplitn|c:rjustOO|n:replacereplace string is too longreplace bytes is too long|O:lstripn|c:ljustcan only join an iterablecan only join an iterable of bytes (item %ld has type '%.100s')|i:expandtabsresult is too longn|c:centerbytearray indices must be integerscan't concat %.100s to %.100sExisting exports of data: object cannot be re-sizedtranslatetranslation table must be 256 characters longvalue not found in bytearray|n:poppop from empty bytearraypop index out of rangenO:insertcannot add more objects to bytearrays#:fromhexnon-hexadecimal number found in fromhex() arg at position %zdcan't set bytearray slice from %.100sbytearray indices must be integercan assign only bytes, buffers, or iterables of ints in range(0, 256)attempt to assign bytes of size %zd to extended slice of size %zd|Oss:bytearrayencoding or errors without sequence argumentunicode argument without an encodingencoding or errors without a string argumentnegative countbytearray_iteratorbytearrayencodingerrorssource__length_hint____alloc____reduce____sizeof__appendcapitalizecenterdecodeexpandtabsextendfindfromhexindexinsertisalnumisalphaisdigitislowerisspaceistitleisupperjoinljustlowerlstrippartitionpopremovereplacereverserfindrindexrjustrpartitionrsplitrstripsplitsplitlinesstripswapcasetitleupperzfill??GCC: (GNU) 4.6.x-google 20120106 (prerelease)zRx ?0D@XqB?K?B ?B(?A0?A8?Q0A(B BBE?D??? ? @B?U?O ?D(?I0?D??0C(A BBB$D?A?D?D0?AAlRA?P??????gA?T PA$4mA?D?B XAA\?D?zxVA?P? 0??B?K?D ?D0? DAB??A?u?2D?m6Dq,7EqD8Er\OA?M0xOB?R?I ?F?$ DAB?BO
10019 iterable. The separator between elements is S.S.split([sep [,maxsplit]]) -> list of strings
10024 whitespace string is a separator and empty strings are removed
10031 is a separator.S.lower() -> string
10072 Search for the separator sep in S, and return the part before it,
10073 the separator itself, and the part after it. If the separator is not
10104 Search for the separator sep in S, starting at the end of S, and return
10105 the part before it, the separator itself, and the part after it. If the
10106 separator is not found, return two empty strings and S.S.startswith(prefix[, start[, end]]) -> bool
10167 is given and true.S.__sizeof__() -> size of S in memory, in bytes(s#)Cannot use string as modifiable bufferThe basestring type cannot be instantiatedO:__format____format__ arg must be str or unicode, not %sstartswithstartswith first arg must be str, unicode, or tuple, not %sendswithendswith first arg must be str, unicode, or tuple, not %scountrepeated string is too longcannot concatenate 'str' and '%.200s' objectsstrings are too large to concatdeletion of interned string failedImmortal interned string died.Inconsistent interned string state.find/rfind/index/rindexSingle '}' encountered in format stringSingle '{' encountered in format stringend of format while looking for conversion specifierexpected ':' after format specifierunmatched '{' in formataccessing non-existent string segmentToo many decimal digits in format stringcannot switch from manual field specification to automatic field numberingcannot switch from automatic field numbering to manual field specificationOnly '.' or '[' may follow ']' in format field specifierEmpty attribute in format stringMissing ']' in format stringsubstring not found'in <string>' requires string as left operand, not %.200s\%c\t\n\r\x%02x|ss:decodedecoder did not return a string/unicode object (type=%.400s)decoder did not return a string object (type=%.400s)|ss:encodeencoder did not return a string/unicode object (type=%.400s)encoder did not return a string object (type=%.400s)/s/ndk-toolchain/src/python/Python-2.7.5/Objects/stringobject.cexpected string or Unicode object, %.200s foundexpected string without null bytesPyString_InternInPlace: strings only please!string is too long for a Python string|O:strNegative size passed to PyString_FromStringAndSizestring is too large|i:splitlines|i:expandtabsnew string is too longMax string recursion exceededUnknown conversion specifier %cUnknown conversion specifier \x%xn|c:centern|c:rjustn|c:ljustn:zfilltranslatedeletions are implemented differently for unicodetranslation table must be 256 characters long%s arg must be None, str or unicodeempty separatorOO|n:replacereplace string is too long|On:rsplit|On:splitsequence item %zd: expected string, %.80s foundjoin() result is too long for a Python stringstring index out of rangestring indices must be integers, not %.200sstring too large in _PyString_FormatLong-#format requires a mappingincomplete format keynot enough arguments for format string* wants intwidth too bigprec too bigincomplete format%%s argument has non-string str()int argument required, not %.200s%s0%c%%.%dl%c%s%%%s.%dl%cformatted integer is too long (precision too large?)%%%c format: a number is required, not %.200sfloat argument required, not %.200sc;%c requires int or charb;%c requires int or charunsupported format character '%c' (0x%x) at index %zdnot all arguments converted during string formattingstring is too large to make reprTrailing \ in stringstrictinvalid \x escapereplaceignoredecoding error; unknown error handling code: %.400s%ld%lld%zd%d%lu%llu%zu%u%i%x%preleasing %zd interned strings
14007 whitespace string is a separator and empty strings are
14014 is a separator.S.join(iterable) -> unicode
14017 iterable. The separator between elements is S.S.capitalize() -> unicode
14041 Search for the separator sep in S, and return the part before it,
14042 the separator itself, and the part after it. If the separator is not
14078 Search for the separator sep in S, starting at the end of S, and return
14079 the part before it, the separator itself, and the part after it. If the
14080 separator is not found, return two empty strings and S.S.splitlines(keepends=False) -> list of strings
14149 (u#)cannot use unicode as modifiable bufferO:__format____format__ arg must be str or unicode, not %scan't resize shared unicode objectscharacter mapping must be in range(256)character mapping must return integer, None or strcharacter mapping must be in range(0x%lx)character mapping must return integer, None or unicodez%d.%dO!n;encoding error handler must return (unicode, int) tupleposition %zd from error handler out of boundslatin-1ordinal not in range(256)asciiordinal not in range(128)strictreplaceignorexmlcharrefreplace&#%d;Single '}' encountered in format stringSingle '{' encountered in format stringend of format while looking for conversion specifierexpected ':' after format specifierunmatched '{' in formataccessing non-existent unicode segmentToo many decimal digits in format stringcannot switch from manual field specification to automatic field numberingcannot switch from automatic field numbering to manual field specificationOnly '.' or '[' may follow ']' in format field specifierEmpty attribute in format stringMissing ']' in format stringpadded string is too longn|O&:rjustn|O&:ljustn|O&:center|i:expandtabsnew string is too longrepeated string is too long/s/ndk-toolchain/src/python/Python-2.7.5/Objects/unicodeobject.cO!n;decoding error handler must return (unicode, int) tuple0123456789abcdefMax string recursion exceededUnknown conversion specifier %cUnknown conversion specifier \x%xn:zfillempty separatorreplace string is too longstring index out of rangestring indices must be integersunichr() arg not in range(0x10000) (narrow Python build)|ss:decodedecoder did not return a string/unicode object (type=%.400s)|ss:encodeencoder did not return a string/unicode object (type=%.400s)partial character in shift sequencenon-zero padding bits in shift sequenceunexpected special characterutf7unterminated shift sequenceABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/unexpected end of datainvalid start byteinternal errorinvalid continuation byteutf8%pNegative size passed to PyUnicode_FromStringAndSizeinput too longtruncated datacodepoint not in range(0x110000)utf32illegal UTF-16 surrogateillegal encodingutf16truncated \xXX escapetruncated \uXXXX escapetruncated \UXXXXXXXX escapeillegal Unicode charactermalformed \N character escape\ at end of stringunknown Unicode character nameunicodedata.ucnhash_CAPIunicodeescape\N escapes not supported (can't load unicodedata module)truncated \uXXXXrawunicodeescape\Uxxxxxxxx out of rangetruncated inputunicode_internalutf-8decoder did not return an unicode object (type=%.400s)decoding Unicode is not supporteddecoding bytearray is not supportedcoercing to Unicode: need string or buffer, %.80s found|Oss:unicodeendswithendswith first arg must be str, unicode, or tuple, not %sstartswithstartswith first arg must be str, unicode, or tuple, not %sThe fill character cannot be converted to UnicodeThe fill character must be exactly one character longrindexsubstring not foundrfindindexfindcountOO|n:replaceencoder did not return a string object (type=%.400s)character maps to <undefined>charmapcharacter mapping must be in range(0x110000)O!n;translating error handler must return (unicode, int) tupledecimalinvalid decimal Unicode stringsequence item %zd: expected string or Unicode, %.80s foundjoin() result is too long for a Python string|i:splitlinesUnicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequalUnicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal%s arg must be None, unicode or str|On:split|On:rsplit-#format requires a mappingincomplete format keynot enough arguments for format string* wants intwidth too bigprec too bigincomplete format%s argument has non-string str()formatted integer is too long (precision too large?)%s0%c%%.%dl%c%s%%%s.%dl%c%%%c format: a number is required, not %.200s%c arg not in range(0x10000) (narrow Python build)%c requires int or charunsupported format character '%c' (0x%x) at index %zdnot all arguments converted during string formattingCan't initialize 'unicode'Can't initialize field name iterator typeCan't initialize formatter iter typeunicodestringencodingerrorsformatteriteratorfieldnameiterator|O:lstrip|O:rstrip|O:stripEncodingMapencodesplitrsplitjoincapitalizetitlecenterexpandtabspartitionljustlowerlstripdecoderjustrstriprpartitionsplitlinesstripswapcasetranslateupperislowerisupperistitleisspaceisdecimalisdigitisnumericisalphaisalnumzfillformat__format___formatter_field_name_split_formatter_parser__sizeof____getnewargs__sizeReturn the size (in bytes) of this object?GCC: (GNU) 4.6.x-google 20120106 (prerelease)zRx ?b@0hB?K?B ?B(?A0?A8?H0A(B BBEtgD?b????/A?i?/A?i,@?A?L pA`AW,x?B?N?C ?D0~ DAB(??B?A?D ??AB$??A?A?A ?AA$??A?D?A sAA8$?B?B?B ?A(?A0??(A BBB4`?B?B?A ?A(?A0u(A ABB4??B?B?A ?A(?A0p(A ABB@?B?M?O ?D(?N0?D??0C(A BBB(;B?D?A ?mAE(@RB?A?C ?FCB(l;B?D?A ?mAE(?dB?D?A ?VAE4??B?B?A ?A(?B0?(A ABD?(?B?G?A ??AB4<B?I?D ?A(?E0?(A ABE4t?B?B?E ?C(?F@?(A ABB(??B?M?D ?sABH?fB?E?E ?E(?A0?A8?Jp;8D0A(B BBB$$.A?G Z
23918 ? getpath.creduceisfilejoinpathcopy_absoluteismodule.part.0.constprop.1prefixcalculate_pathprogpathlib_pythonexec_prefixmodule_search_pathdelimiter.8814separator.8815stat64Py_FatalErrorstrncpygetcwdstrcpyPy_OptimizeFlagstrcatPy_IgnoreEnvironmentFlaggetenvPy_GetPythonHomePy_GetProgramNamestrchrreadlinkstderrfputsfopen64__errno_locationfreadfclosePy_FrozenFlagPyMem_MallocstrncatPy_GetPathPy_GetPrefixPy_GetExecPrefixPy_GetProgramFullPath,?????????