Searched refs:packUInt8 (Results 1 – 1 of 1) sorted by relevance
524 return {1:packUInt8, 2:packUShort, 4:packULong}[self.size](v)527 def packUInt8 (value): function