Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ __init__
Method
__init__
src/pointers/base_pointers.py:291–294 ·
view source on GitHub ↗
(self, address: int, size: int)
Source
from the content-addressed store, hash-verified
289
ABC,
290
):
291
def
__init__(self, address: int, size: int):
292
self._address = address
293
self._size = size
294
weakref.finalize(self, self._cleanup)
295
296
@property
297
def
address(self) -> Optional[int]:
Callers
nothing calls this directly
Calls
1
finalize
Method · 0.80
Tested by
no test coverage detected