Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chaimleib/intervaltree
/ all_children
Method
all_children
intervaltree/node.py:452–453 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
450
return
branch and branch.contains_point(p)
451
452
def
all_children(self):
453
return
self.all_children_helper(set())
454
455
def
all_children_helper(self, result):
456
result.update(self.s_center)
Callers
1
verify
Method · 0.80
Calls
1
all_children_helper
Method · 0.95
Tested by
no test coverage detected