artemis.externals.accumulation_tree.treeslice

Module Contents

class artemis.externals.accumulation_tree.treeslice.TreeSlice(tree, start, stop)

Bases: object

__slots__ = ['_tree', '_start', '_stop']
__iter__
__repr__(self)
__contains__(self, key)
_is_in_range(self, key)
__getitem__(self, key)
_sub_slice(self, start, stop)
keys(self)
values(self)
items(self)