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