MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / __init__

Method __init__

animations/segmenttree.py:215–216  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

213
214class SegmentTreeQuery(SegmentTreeBase):
215 def __init__(self, **kwargs):
216 super().__init__(**kwargs)
217
218 def query(self, node, l, r):
219 if node.l == l and node.r == r:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected