Home
last modified time | relevance | path

Searched refs:f_cnt (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_functools.py1230 nonlocal f_cnt
1231 f_cnt += 1
1234 f_cnt = 0
1237 self.assertEqual(f_cnt, 5)
1246 nonlocal f_cnt
1247 f_cnt += 1
1250 f_cnt = 0
1253 self.assertEqual(f_cnt, 1)
1262 nonlocal f_cnt
1263 f_cnt += 1
[all …]