MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / __init__

Method __init__

src/data_loader/transform.py:258–259  ·  view source on GitHub ↗
(self, roll=False)

Source from the content-addressed store, hash-verified

256class Stack(object):
257
258 def __init__(self, roll=False):
259 self.roll = roll
260
261 def __call__(self, img_group):
262 mode = img_group[0].mode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected