MCPcopy Create free account
hub / github.com/Notgnoshi/generative / unzip

Function unzip

generative/projection.py:50–51  ·  view source on GitHub ↗
(iterable)

Source from the content-addressed store, hash-verified

48
49
50def unzip(iterable):
51 return zip(*iterable)
52
53
54def _fit_transform(

Callers 4

projectFunction · 0.85
_fit_transformFunction · 0.85
_isometricFunction · 0.85
_drop_coordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected