Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ reset_css_str
Function
reset_css_str
noshadows.py:115–116 ·
view source on GitHub ↗
(selector)
Source
from the content-addressed store, hash-verified
113
114
115
def
reset_css_str(selector):
116
return
f
"{selector}{{\n @include noshadow;\n}}"
117
118
119
class
NoShadowTestCase(unittest.TestCase):
Callers
1
noshadows.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected