Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ component_id_str
Method
component_id_str
dash/dependencies.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
return
f
"<{self.__class__.__name__} `{self}`>"
63
64
def
component_id_str(self) -> str:
65
return
stringify_id(self.component_id)
66
67
def
to_dict(self) -> dict:
68
specs: Any = {
Callers
3
__str__
Method · 0.95
to_dict
Method · 0.95
_concat
Function · 0.80
Calls
1
stringify_id
Function · 0.70
Tested by
no test coverage detected