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

Method to_json

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

Source from the content-addressed store, hash-verified

22 return f"<{self.value}>"
23
24 def to_json(self) -> str:
25 # used in serializing wildcards - arrays are not allowed as
26 # id values, so make the wildcards look like length-1 arrays.
27 return f'["{self.value}"]'
28
29
30MATCH = Wildcard.MATCH

Callers 1

_jsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected