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

Method __and__

src/pointers/magic.py:15–16  ·  view source on GitHub ↗
(self, obj: T)

Source from the content-addressed store, hash-verified

13
14class _PointerOperatorMagic:
15 def __and__(self, obj: T) -> "Pointer[T]":
16 return to_ptr(obj)
17
18 def __mul__(self, ptr: "BasePointer[T]") -> T:
19 return ~ptr

Callers

nothing calls this directly

Calls 1

to_ptrFunction · 0.85

Tested by

no test coverage detected