MCPcopy Create free account
hub / github.com/geekcomputers/Python / __init__

Method __init__

ML/src/python/neuralforge/cli/gui.py:36–41  ·  view source on GitHub ↗
(self, model, image_path, classes, device)

Source from the content-addressed store, hash-verified

34 error = pyqtSignal(str)
35
36 def __init__(self, model, image_path, classes, device):
37 super().__init__()
38 self.model = model
39 self.image_path = image_path
40 self.classes = classes
41 self.device = device
42
43 def run(self):
44 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected