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:split empty separator |O:rstrip |On:rsplit n|c:rjust OO|n:replace replace string is too long replace bytes is too long |O:lstrip n|c:ljust can only join an iterable can only join an iterable of bytes (item %ld has type '%.100s') |i:expandtabs result is too long n|c:center bytearray indices must be integers can't concat %.100s to %.100s Existing exports of data: object cannot be re-sized translate translation table must be 256 characters long value not found in bytearray |n:pop pop from empty bytearray pop index out of range nO:insert cannot add more objects to bytearray s#:fromhex