MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / InvalidSizeError

Class InvalidSizeError

src/pointers/exceptions.py:26–27  ·  view source on GitHub ↗

Raised when trying to move an object of the wrong size to an allocation.

Source from the content-addressed store, hash-verified

24
25
26class InvalidSizeError(Exception):
27 """Raised when trying to move an object of the wrong size to an allocation.""" # noqa
28
29
30class InvalidBindingParameter(Exception):

Callers 3

moveMethod · 0.85
reallocFunction · 0.85
move_to_memFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected