MCPcopy Create free account
hub / github.com/plotly/dash / get_app

Function get_app

components/dash-table/tests/selenium/test_scrolling2.py:30–39  ·  view source on GitHub ↗
(props, data_fn=generate_mock_data)

Source from the content-addressed store, hash-verified

28
29
30def get_app(props, data_fn=generate_mock_data):
31 app = dash.Dash(__name__)
32
33 baseProps = get_props(data_fn=data_fn)
34
35 baseProps.update(props)
36
37 app.layout = DataTable(**baseProps)
38
39 return app
40
41
42@pytest.mark.parametrize("props", basic_modes)

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…