MCPcopy Index your code
hub / github.com/plotly/dash / __ior__

Method __ior__

dash/_patch.py:115–119  ·  view source on GitHub ↗
(self, other: Any)

Source from the content-addressed store, hash-verified

113 return _noop
114
115 def __ior__(self, other: Any):
116 self.update(E=other)
117 if not self._location:
118 return self
119 return _noop
120
121 def __iter__(self):
122 raise TypeError("Patch objects are write-only, you cannot iterate them.")

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected