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

Function _has_built_dash_components

tests/compliance/test_typing.py:61–65  ·  view source on GitHub ↗
(project_root: str)

Source from the content-addressed store, hash-verified

59
60
61def _has_built_dash_components(project_root: str) -> bool:
62 return all(
63 os.path.exists(os.path.join(project_root, "dash", package, "__init__.py"))
64 for package in ("html", "dcc", "dash_table")
65 )
66
67
68def run_module(codefile: str, module: str, extra: str = ""):

Callers 1

run_moduleFunction · 0.85

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…