MCPcopy Create free account
hub / github.com/catboost/catboost / t1

Function t1

library/python/func/ut/test_func.py:34–35  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

32
33 @func.memoize()
34 def t1(a):
35 return a, Counter.inc()
36
37 @func.memoize()
38 def t2(a):

Callers 1

test_memoizeFunction · 0.85

Calls 1

incMethod · 0.80

Tested by

no test coverage detected