Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/graphql-python/graphene
/ crunch
Function
crunch
graphene/utils/crunch.py:30–35 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
28
29
30
def
crunch(data):
31
index = {}
32
values = []
33
34
flatten(data, index, values)
35
return
values
Callers
1
test_crunch
Function · 0.90
Calls
1
flatten
Function · 0.85
Tested by
1
test_crunch
Function · 0.72