Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ find_shadow
Function
find_shadow
noshadows.py:73–76 ·
view source on GitHub ↗
(rules)
Source
from the content-addressed store, hash-verified
71
72
73
def
find_shadow(rules):
74
for
rule in rules:
75
if
has_shadow(rule):
76
yield
rule
77
78
79
@singledispatch
Callers
1
noshadows.py
File · 0.85
Calls
1
has_shadow
Function · 0.85
Tested by
no test coverage detected