Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ t7
Function
t7
library/python/func/ut/test_func.py:58–59 ·
view source on GitHub ↗
(a, _b)
Source
from the content-addressed store, hash-verified
56
57
@func.memoize(limit=2)
58
def
t7(a, _b):
59
return
a, Counter.inc()
60
61
assert (1, 1) == t1(1)
62
assert (1, 1) == t1(1)
Callers
1
test_memoize
Function · 0.85
Calls
1
inc
Method · 0.80
Tested by
no test coverage detected