Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ group
Function
group
_plotly_utils/png.py:234–235 ·
view source on GitHub ↗
(s, n)
Source
from the content-addressed store, hash-verified
232
233
234
def
group(s, n):
235
return
list(zip(*[iter(s)] * n))
236
237
238
def
isarray(x):
Callers
3
pack_rows
Function · 0.85
palette
Method · 0.85
itertrns
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected