Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ t3
Function
t3
library/python/func/ut/test_func.py:42–43 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
40
41
@func.memoize()
42
def
t3(a):
43
return
a, Counter.inc()
44
45
@func.memoize()
46
def
t4(a):
Callers
1
test_memoize
Function · 0.85
Calls
1
inc
Method · 0.80
Tested by
no test coverage detected