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

Method _id_str

dash/development/base_component.py:391–393  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

389
390 @staticmethod
391 def _id_str(component):
392 id_ = stringify_id(getattr(component, "id", ""))
393 return id_ and f" (id={id_:s})"
394
395 def _traverse_with_paths(self):
396 """Yield each item with its path in the tree."""

Callers 1

_traverse_with_pathsMethod · 0.95

Calls 1

stringify_idFunction · 0.50

Tested by

no test coverage detected