Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
307
def
clean_property_name(name: str):
308
return
name.split(
"@"
)[0]
309
310
311
def
hooks_to_js_object(hooks: Union[RendererHooks, None]) -> str:
Callers
6
outputs_by_prop
Method · 0.90
outputs
Method · 0.90
_expand_output_spec
Function · 0.90
_get_clientside_callbacks
Function · 0.90
_prepare_response
Function · 0.85
validate_output_spec
Function · 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…