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

Function clean_property_name

dash/_utils.py:307–308  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

305
306
307def clean_property_name(name: str):
308 return name.split("@")[0]
309
310
311def hooks_to_js_object(hooks: Union[RendererHooks, None]) -> str:

Callers 6

outputs_by_propMethod · 0.90
outputsMethod · 0.90
_expand_output_specFunction · 0.90
_prepare_responseFunction · 0.85
validate_output_specFunction · 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…