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

Function t5

library/python/func/ut/test_func.py:50–51  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

48
49 @func.memoize()
50 def t5(a, b, c):
51 return a + b + c, Counter.inc()
52
53 @func.memoize()
54 def t6():

Callers 1

test_memoizeFunction · 0.85

Calls 1

incMethod · 0.80

Tested by

no test coverage detected