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

Function t4

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

Source from the content-addressed store, hash-verified

44
45 @func.memoize()
46 def t4(a):
47 return a, Counter.inc()
48
49 @func.memoize()
50 def t5(a, b, c):

Callers 1

test_memoizeFunction · 0.85

Calls 1

incMethod · 0.80

Tested by

no test coverage detected