MCPcopy
hub / github.com/plotly/dash / _module_name_to_page_name

Function _module_name_to_page_name

dash/_pages.py:61–62  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

59
60
61def _module_name_to_page_name(module_name):
62 return module_name.split(".")[-1].replace("_", " ").capitalize()
63
64
65def _infer_path(module_name, template):

Callers 1

register_pageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…