Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ skip_whitespace
Function
skip_whitespace
noshadows.py:48–49 ·
view source on GitHub ↗
(nodes)
Source
from the content-addressed store, hash-verified
46
47
48
def
skip_whitespace(nodes):
49
return
filter(
lambda
node: node.type !=
"whitespace"
, nodes)
50
51
52
SHADOW_CSS_PROPERTIES = {
Callers
2
has_shadow
Function · 0.85
test_skip_whitespace
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_skip_whitespace
Method · 0.68