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

Function jl_package_name

dash/development/_jl_components_generation.py:106–108  ·  view source on GitHub ↗
(namestring)

Source from the content-addressed store, hash-verified

104
105
106def jl_package_name(namestring):
107 s = namestring.split("_")
108 return "".join(w.capitalize() for w in s)
109
110
111def stringify_wildcards(wclist, no_symbol=False):

Callers 2

generate_package_fileFunction · 0.85
generate_toml_fileFunction · 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…