Searched defs:bytechr (Results 1 – 4 of 4) sorted by relevance
61 def bytechr(n): function
180 def encodeInt(value, fourByteOp=fourByteOp, bytechr=bytechr, argument
22 bytechr = chr variable38 bytechr = lambda n: bytes([n]) function
5 bytechr = chr variable10 bytechr = lambda num: bytes([num]) function