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

Function component_class

tests/unit/development/test_generate_class.py:14–20  ·  view source on GitHub ↗
(load_test_metadata_json)

Source from the content-addressed store, hash-verified

12
13@pytest.fixture
14def component_class(load_test_metadata_json):
15 return generate_class(
16 typename="Table",
17 props=load_test_metadata_json["props"],
18 description=load_test_metadata_json["description"],
19 namespace="TableComponents",
20 )
21
22
23@pytest.fixture

Calls 1

generate_classFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…