MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / __ixor__

Method __ixor__

src/pointers/base_pointers.py:331–333  ·  view source on GitHub ↗
(self, data: Union["BaseCPointer[T]", T])

Source from the content-addressed store, hash-verified

329 return self
330
331 def __ixor__(self, data: Union["BaseCPointer[T]", T]):
332 self.move(data, unsafe=True)
333 return self
334
335 @handle
336 def make_ct_pointer(self):

Callers

nothing calls this directly

Calls 1

moveMethod · 0.95

Tested by

no test coverage detected