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

Function format_fn_name

dash/development/_jl_components_generation.py:340–343  ·  view source on GitHub ↗
(prefix, name)

Source from the content-addressed store, hash-verified

338# lower case names for the resulting functions; if a prefix
339# is supplied, leave it as-is
340def format_fn_name(prefix, name):
341 if prefix:
342 return "{}_{}".format(prefix, name.lower())
343 return name.lower()
344
345
346def generate_metadata_strings(resources, metatype):

Callers 3

generate_package_fileFunction · 0.70
generate_class_stringFunction · 0.70
generate_struct_fileFunction · 0.70

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…