Home
last modified time | relevance | path

Searched refs:static_huffman_tree (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/contrib/
Dhttp2.py990 static_huffman_tree = None variable in HPackZString
1049 if isinstance(cls.static_huffman_tree, type(None)):
1051 assert(not isinstance(cls.static_huffman_tree, type(None)))
1056 cur = cls.static_huffman_tree
1075 cur = cls.static_huffman_tree
1152 cls.static_huffman_tree = HuffmanNode(None, None)
1155 parent = cls.static_huffman_tree