MCPcopy 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
234def group(s, n):
235 return list(zip(*[iter(s)] * n))
236
237
238def isarray(x):

Callers 3

pack_rowsFunction · 0.85
paletteMethod · 0.85
itertrnsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected