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

Method __init__

models/freematch/freematch_utils.py:7–8  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected