Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AtlasAnalyticsLab/AdaFisher
/ default
Function
default
Image_Classification/src/models/cct.py:14–15 ·
view source on GitHub ↗
(val, d)
Source
from the content-addressed store, hash-verified
12
13
14
def
default(val, d):
15
return
val
if
exists(val)
else
d
16
17
18
def
pair(t):
Callers
1
_cct
Function · 0.85
Calls
1
exists
Function · 0.85
Tested by
no test coverage detected