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

Function base_package_uid

dash/development/_jl_components_generation.py:376–377  ·  view source on GitHub ↗
(project_shortname)

Source from the content-addressed store, hash-verified

374
375
376def base_package_uid(project_shortname):
377 return jl_dash_base_uuid if is_core_package(project_shortname) else jl_dash_uuid
378
379
380def generate_package_file(project_shortname, components, pkg_data, prefix):

Callers 1

generate_toml_fileFunction · 0.85

Calls 1

is_core_packageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…