MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / is_leaf

Method is_leaf

python/bplustree/bplus_tree.py:649–651  ·  view source on GitHub ↗

Returns True if this is a leaf node

(self)

Source from the content-addressed store, hash-verified

647
648 @abstractmethod
649 def is_leaf(self) -> bool:
650 """Returns True if this is a leaf node"""
651 pass
652
653 @abstractmethod
654 def is_full(self) -> bool:

Callers 8

_insert_recursiveMethod · 0.45
getMethod · 0.45
__contains__Method · 0.45
_delete_recursiveMethod · 0.45
_merge_with_siblingMethod · 0.45
count_nodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected