Searched refs:huffman_decode (Results 1 – 2 of 2) sorted by relevance
1037 def huffman_decode(cls, i, ibl): member in HPackZString1214 return HPackZString(HPackZString.huffman_decode(i, ibl))
231 assert(b'Test' == h2.HPackZString.huffman_decode(i, ibl))235 assert(b'a'*65535 == h2.HPackZString.huffman_decode(i, ibl))239 'h2.HPackZString.huffman_decode(*h2.HPackZString.huffman_conv2bitstring(b"\\xdeT"))')