MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / __init__

Method __init__

models/pseudolabel/pseudolabel_utils.py:8–9  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

6
7class Get_Scalar:
8 def __init__(self, value):
9 self.value = value
10
11 def get_value(self, iter):
12 return self.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected