Searched defs:can_go_right (Results 1 – 1 of 1) sorted by relevance
312 can_go_right = lambda: node.has_right() function315 can_go_right = lambda: node.key < endkey and node.has_right() function