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