Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ get_value
Method
get_value
models/uda/uda_utils.py:12–13 ·
view source on GitHub ↗
(self, iter)
Source
from the content-addressed store, hash-verified
10
self.value = value
11
12
def
get_value(self, iter):
13
return
self.value
14
15
def
__call__(self, iter):
16
return
self.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected