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

Method get_value

models/flexmatch/flexmatch_utils.py:13–14  ·  view source on GitHub ↗
(self, iter)

Source from the content-addressed store, hash-verified

11 self.value = value
12
13 def get_value(self, iter):
14 return self.value
15
16 def __call__(self, iter):
17 return self.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected