MCPcopy
hub / github.com/pandas-dev/pandas / __ixor__

Method __ixor__

pandas/core/generic.py:12374–12376  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

12372
12373 @final
12374 def __ixor__(self, other) -> Self:
12375 # error: Unsupported left operand type for ^ ("Type[NDFrame]")
12376 return self._inplace_method(other, type(self).__xor__) # type: ignore[operator]
12377
12378 # ----------------------------------------------------------------------
12379 # Misc methods

Callers

nothing calls this directly

Calls 1

_inplace_methodMethod · 0.95

Tested by

no test coverage detected