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

Function stringify_wildcards

dash/development/_jl_components_generation.py:111–116  ·  view source on GitHub ↗
(wclist, no_symbol=False)

Source from the content-addressed store, hash-verified

109
110
111def stringify_wildcards(wclist, no_symbol=False):
112 if no_symbol:
113 wcstring = "|".join("{}-".format(item) for item in wclist)
114 else:
115 wcstring = ", ".join('Symbol("{}-")'.format(item) for item in wclist)
116 return wcstring
117
118
119def get_wildcards_jl(props):

Callers 1

generate_class_stringFunction · 0.85

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…