MCPcopy 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
73def find_shadow(rules):
74 for rule in rules:
75 if has_shadow(rule):
76 yield rule
77
78
79@singledispatch

Callers 1

noshadows.pyFile · 0.85

Calls 1

has_shadowFunction · 0.85

Tested by

no test coverage detected