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

Function get_app

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

Source from the content-addressed store, hash-verified

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

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…