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

Function generate_array_of

dash/development/_py_prop_typing.py:100–108  ·  view source on GitHub ↗
(
    type_info,
    component_name: str,
    prop_name: str,
)

Source from the content-addressed store, hash-verified

98
99
100def generate_array_of(
101 type_info,
102 component_name: str,
103 prop_name: str,
104):
105 typed = get_prop_typing(
106 type_info["value"]["name"], component_name, prop_name, type_info["value"]
107 )
108 return f"typing.Sequence[{typed}]"
109
110
111def generate_object_of(type_info, component_name: str, prop_name: str):

Callers

nothing calls this directly

Calls 1

get_prop_typingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…