Encodes tree state
>>> expanded_nodes = ['a', 'c', 'foobar'] >>> encoder = TreeStateEncoder() >>> encoded = encoder.encodeTreeState(expanded_nodes) >>> decoded = encoder.decodeTreeState(encoded) >>> decoded == expanded_nodes True
There are no attributes in this class.
decodeTreeState(tree_state)
encodeTreeState(expanded_nodes)
There are no known subclasses.