Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
def
get_custom_ignore(module_name):
38
return
_get_custom(module_name,
"ignore_props"
, [
"style"
])
39
40
41
def
_clean_key(key):
Callers
2
generate_prop_types
Function · 0.90
generate_class_string
Function · 0.85
Calls
1
_get_custom
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…