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

Function get_wildcards_r

dash/development/_r_components_generation.py:999–1005  ·  view source on GitHub ↗
(prop_keys)

Source from the content-addressed store, hash-verified

997
998
999def get_wildcards_r(prop_keys):
1000 wildcards = ""
1001 wildcards += ", ".join("'{}'".format(p) for p in prop_keys if p.endswith("-*"))
1002
1003 if wildcards == "":
1004 wildcards = "NULL"
1005 return wildcards

Callers 2

generate_class_stringFunction · 0.85
write_help_fileFunction · 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…