Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_functools.py1336 nonlocal f_cnt
1337 f_cnt += 1
1340 f_cnt = 0
1343 self.assertEqual(f_cnt, 5)
1352 nonlocal f_cnt
1353 f_cnt += 1
1356 f_cnt = 0
1359 self.assertEqual(f_cnt, 1)
1368 nonlocal f_cnt
1369 f_cnt
1757 f_cnt = 0 global() variable in TestLRU.test_lru_method.X
[all...]

Completed in 4 milliseconds