MCPcopy 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
27class InvalidCapacityError(BPlusTreeError):
28 """Raised when an invalid capacity is specified."""
29
30 pass
31
32
33class BPlusTreeMap:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected