Searched refs:int2byte (Results 1 – 13 of 13) sorted by relevance
246 non_unicode_message = b''.join((six.int2byte(100),247 six.int2byte(200)))261 non_unicode_message = b''.join((six.int2byte(100),262 six.int2byte(200)))
376 write(six.int2byte(0x80|bits))379 return write(six.int2byte(bits))394 write(six.int2byte(0x80|bits))397 return write(six.int2byte(bits))
32 - Issue #122: Improve the performance of `six.int2byte` on Python 3.212 - Issue #26: Add byte2int function, which complements int2byte.273 - Add the int2byte function.
632 int2byte = struct.Struct(">B").pack variable655 int2byte = chr variable
539 assert six.int2byte(3) == six.b("\x03")540 py.test.raises(Exception, six.int2byte, 256)
626 int2byte = struct.Struct(">B").pack variable649 int2byte = chr variable
636 int2byte = struct.Struct(">B").pack variable659 int2byte = chr variable
49 BINARY = b''.join(six.int2byte(value) + b'\0' for value in range(256))
140 b''.join([six.int2byte(x) for x in (31, 32, 33)]),
306 c = six.int2byte(c)
412 .. function:: int2byte(i)
META-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...