Home | History | Annotate | Download | only in lib

Lines Matching full:fromhex

2024 Return -1 on failure.bytearray.fromhex(string) -> bytearray
2028 Example: bytearray.fromhex('B9 01EF') -> bytearray(b'\xb9\x01\xef').B.index(sub [,start [,end]]) -> int
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
5685 (-1, 4)float.fromhex(string) -> float
5688 >>> float.fromhex('0x1.ffffp10')
5690 >>> float.fromhex('-0x1p-1074')
5718 frexp() result out of rangefloat too large to pack with f formatfloat too large to pack with d formatcan't unpack IEEE 754 special value on non-IEEE platformxsys.float_infoconjugateReturns self, the complex conjugate of any float.__trunc__Returns the Integral closest to x between 0 and x.as_integer_ratiofromhexhexis_integerReturns True if the float is an integer.__getnewargs____getformat____setformat____format__realthe real part of a complex numberimagthe imaginary part of a complex numbermaxDBL_MAX -- maximum representable finite floatmax_expDBL_MAX_EXP -- maximum int e such that radix**(e-1) is representablemax_10_expDBL_MAX_10_EXP -- maximum int e such that 10**e is representableminDBL_MIN -- Minimum positive normalizer floatmin_expDBL_MIN_EXP -- minimum int e such that radix**(e-1) is a normalized floatmin_10_expDBL_MIN_10_EXP -- minimum int e such that 10**e is a normalizeddigDBL_DIG -- digitsmant_digDBL_MANT_DIG -- mantissa digitsepsilonDBL_EPSILON -- Difference between 1 and the next representable floatradixFLT_RADIX -- radix of exponentroundsFLT_ROUNDS -- addition rounds ???????