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

Function _concat

dash/_utils.py:156–164  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

154 ).hexdigest()
155
156 def _concat(x):
157 nonlocal hashed_inputs
158 _id = x.component_id_str().replace(".", "\\.") + "." + x.component_property
159 if x.allow_duplicate:
160 if not hashed_inputs:
161 hashed_inputs = _hash_inputs()
162 # Actually adds on the property part.
163 _id += f"@{hashed_inputs}"
164 return _id
165
166 if no_output:
167 # No output will hash the inputs.

Callers 1

create_callback_idFunction · 0.85

Calls 2

_hash_inputsFunction · 0.85
component_id_strMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…