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

Method reverse

dash/_patch.py:145–147  ·  view source on GitHub ↗

Reversal of the order of items in a list

(self)

Source from the content-addressed store, hash-verified

143 self._operations.append(_operation("Clear", self._location))
144
145 def reverse(self) -> None:
146 """Reversal of the order of items in a list"""
147 self._operations.append(_operation("Reverse", self._location))
148
149 def extend(self, item: Union[list, tuple]) -> None:
150 """Add all the items to the end of a list"""

Callers 4

flatten_groupingFunction · 0.45
on_reverseFunction · 0.45

Calls 2

_operationFunction · 0.85
appendMethod · 0.45

Tested by 2

on_reverseFunction · 0.36