MCPcopy 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
48def skip_whitespace(nodes):
49 return filter(lambda node: node.type != "whitespace", nodes)
50
51
52SHADOW_CSS_PROPERTIES = {

Callers 2

has_shadowFunction · 0.85
test_skip_whitespaceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_skip_whitespaceMethod · 0.68