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

Class BPlusTreeError

python/bplustree/bplus_tree.py:21–24  ·  view source on GitHub ↗

Base exception for B+ tree operations.

Source from the content-addressed store, hash-verified

19
20
21class BPlusTreeError(Exception):
22 """Base exception for B+ tree operations."""
23
24 pass
25
26
27class InvalidCapacityError(BPlusTreeError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected