Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ _
Function
_
tests/test_pointer.py:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
@test(
"creating pointers"
)
10
def
_():
11
assert type(to_ptr(
"a"
)) is Pointer
12
assert type(m &
"a"
) is Pointer
13
14
15
@test(
"dereferencing"
)
Callers
nothing calls this directly
Calls
4
to_ptr
Function · 0.90
to_c_ptr
Function · 0.90
A
Class · 0.70
assign
Method · 0.45
Tested by
no test coverage detected