MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / A

Class A

tests/test_pointer.py:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47@test("assignment with tracked types")
48def _():
49 class A:
50 def __init__(self, value: str) -> None:
51 self.value = value
52
53 obj = A("hello")
54 ptr = to_ptr(A("world"))

Callers 1

_Function · 0.70

Calls

no outgoing calls

Tested by 1

_Function · 0.56