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

Function get_app

components/dash-table/tests/selenium/test_sort.py:10–20  ·  view source on GitHub ↗
(props=dict())

Source from the content-addressed store, hash-verified

8
9
10def get_app(props=dict()):
11 app = dash.Dash(__name__)
12
13 baseProps = get_props()
14
15 baseProps.update(dict(sort_action="native"))
16 baseProps.update(props)
17
18 app.layout = DataTable(**baseProps)
19
20 return app
21
22
23@pytest.mark.parametrize("props", basic_modes)

Callers 1

test_sort001_can_sortFunction · 0.70

Calls 3

get_propsFunction · 0.90
DataTableClass · 0.90
updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…