MCPcopy
hub / github.com/plotly/dash / __itruediv__

Method __itruediv__

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

Source from the content-addressed store, hash-verified

107 return _noop
108
109 def __itruediv__(self, other: Any):
110 self._operations.append(_operation("Div", self._location, value=other))
111 if not self._location:
112 return self
113 return _noop
114
115 def __ior__(self, other: Any):
116 self.update(E=other)

Callers

nothing calls this directly

Calls 2

_operationFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected