MCPcopy Create free account
hub / github.com/CompVis/diff2flow / __init__

Method __init__

diff2flow/lora.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25class DataProvider:
26 def __init__(self):
27 self.batch = None
28
29 def set_batch(self, batch):
30 if self.batch is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected