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

Method __str__

dash/dependencies.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.allow_optional = False
57
58 def __str__(self):
59 return f"{self.component_id_str()}.{self.component_property}"
60
61 def __repr__(self):
62 return f"<{self.__class__.__name__} `{self}`>"

Callers

nothing calls this directly

Calls 1

component_id_strMethod · 0.95

Tested by

no test coverage detected