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

Function get_app

components/dash-table/tests/selenium/test_navigation_keyboard.py:12–21  ·  view source on GitHub ↗
(props=dict(), data_fn=generate_mock_data)

Source from the content-addressed store, hash-verified

10
11
12def get_app(props=dict(), data_fn=generate_mock_data):
13 app = dash.Dash(__name__)
14
15 baseProps = get_props(data_fn=data_fn)
16
17 baseProps.update(props)
18
19 app.layout = DataTable(**baseProps)
20
21 return app
22
23
24@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…