MCPcopy 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")
10def _():
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_ptrFunction · 0.90
to_c_ptrFunction · 0.90
AClass · 0.70
assignMethod · 0.45

Tested by

no test coverage detected