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

Function test_callback_output_tuple

tests/unit/library/test_grouped_callbacks.py:75–79  ·  view source on GitHub ↗
(list_grouping_size)

Source from the content-addressed store, hash-verified

73
74
75def test_callback_output_tuple(list_grouping_size):
76 if list_grouping_size[1] == 0:
77 pytest.skip("Empty output grouping is not valid")
78
79 check_output_for_grouping(list_grouping_size[0])
80
81
82def test_callback_output_dict(dict_grouping_size):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…