Searched defs:int2byte (Results 1 – 3 of 3) sorted by relevance
573 def int2byte(i): function577 int2byte = operator.methodcaller("to_bytes", 1, "big") variable591 int2byte = chr variable
602 def int2byte(i): function606 int2byte = operator.methodcaller("to_bytes", 1, "big") variable623 int2byte = chr variable
626 int2byte = struct.Struct(">B").pack variable649 int2byte = chr variable