Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ NullPointerError
Class
NullPointerError
src/pointers/exceptions.py:34–35 ·
view source on GitHub ↗
Raised when a pointer is null.
Source
from the content-addressed store, hash-verified
32
33
34
class
NullPointerError(Exception):
35
""
"Raised when a pointer is null."
""
36
37
38
class
InvalidVersionError(Exception):
Callers
4
_get_scope
Method · 0.85
move
Method · 0.85
dereference
Method · 0.85
ensure
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected