MCPcopy
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_dictMethod · 0.95
_concatFunction · 0.80

Calls 1

stringify_idFunction · 0.70

Tested by

no test coverage detected