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

Function get_custom_imports

dash/development/_py_prop_typing.py:29–30  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

27
28
29def get_custom_imports(module_name):
30 return _get_custom(module_name, "custom_imports", {})
31
32
33def get_custom_props(module_name):

Callers 1

generate_class_fileFunction · 0.85

Calls 1

_get_customFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…