MCPcopy Index your code
hub / github.com/plotly/dash / _traverse

Method _traverse

dash/development/base_component.py:385–388  ·  view source on GitHub ↗

Yield each item in the tree.

(self)

Source from the content-addressed store, hash-verified

383 return self._get_set_or_delete(id, "delete")
384
385 def _traverse(self):
386 """Yield each item in the tree."""
387 for t in self._traverse_with_paths():
388 yield t[1]
389
390 @staticmethod
391 def _id_str(component):

Callers 4

_traverse_idsMethod · 0.95
_validateFunction · 0.80

Calls 1

_traverse_with_pathsMethod · 0.95

Tested by 2