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.py1183 nonlocal f_cnt
1184 f_cnt += 1
1187 f_cnt = 0
1190 self.assertEqual(f_cnt, 5)
1199 nonlocal f_cnt
1200 f_cnt += 1
1203 f_cnt = 0
1206 self.assertEqual(f_cnt, 1)
1215 nonlocal f_cnt
1216 f_cnt += 1
[all …]