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

Function _operation

dash/_patch.py:4–5  ·  view source on GitHub ↗
(name: str, location: List["_KeyType"], **kwargs: Any)

Source from the content-addressed store, hash-verified

2
3
4def _operation(name: str, location: List["_KeyType"], **kwargs: Any) -> Dict[str, Any]:
5 return {"operation": name, "location": location, "params": kwargs}
6
7
8_noop: Any = object()

Callers 14

__setitem__Method · 0.85
__delitem__Method · 0.85
__iadd__Method · 0.85
__isub__Method · 0.85
__imul__Method · 0.85
__itruediv__Method · 0.85
appendMethod · 0.85
prependMethod · 0.85
insertMethod · 0.85
clearMethod · 0.85
reverseMethod · 0.85
extendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…