Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KentBeck/BPlusTree3
/ InvalidCapacityError
Class
InvalidCapacityError
python/bplustree/bplus_tree.py:27–30 ·
view source on GitHub ↗
Raised when an invalid capacity is specified.
Source
from the content-addressed store, hash-verified
25
26
27
class
InvalidCapacityError(BPlusTreeError):
28
""
"Raised when an invalid capacity is specified."
""
29
30
pass
31
32
33
class
BPlusTreeMap:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected