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

Function get_custom_ignore

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

Source from the content-addressed store, hash-verified

35
36
37def get_custom_ignore(module_name):
38 return _get_custom(module_name, "ignore_props", ["style"])
39
40
41def _clean_key(key):

Callers 2

generate_prop_typesFunction · 0.90
generate_class_stringFunction · 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…