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

Method is_full

python/bplustree/bplus_tree.py:654–656  ·  view source on GitHub ↗

Returns True if the node is at capacity

(self)

Source from the content-addressed store, hash-verified

652
653 @abstractmethod
654 def is_full(self) -> bool:
655 """Returns True if the node is at capacity"""
656 pass
657
658 @abstractmethod
659 def __len__(self) -> int:

Callers 2

_insert_into_leafMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected