MCPcopy 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
14def default(val, d):
15 return val if exists(val) else d
16
17
18def pair(t):

Callers 1

_cctFunction · 0.85

Calls 1

existsFunction · 0.85

Tested by

no test coverage detected