MCPcopy 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_memoizeFunction · 0.85

Calls 1

incMethod · 0.80

Tested by

no test coverage detected