Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_weakref.py1327 def check_weak_destroy_and_mutate_while_iterating(self, dict, testcontext): argument
1333 with testcontext() as (k, v):
1335 with testcontext() as (k, v):
1338 with testcontext() as (k, v):
1341 with testcontext() as (k, v):
1345 with testcontext() as (k, v):
1348 with testcontext() as (k, v):
1352 def check_weak_del_and_len_while_iterating(self, dict, testcontext): argument
1359 with testcontext():
1367 with testcontext():
[all …]
Dtest_weakset.py362 def testcontext(): function
378 with testcontext() as u:
380 with testcontext() as u:
383 with testcontext() as u:
387 with testcontext() as u:
390 with testcontext() as u:
/external/python/cpython2/Lib/test/
Dtest_weakref.py1145 def check_weak_destroy_and_mutate_while_iterating(self, dict, testcontext): argument
1151 with testcontext() as (k, v):
1153 with testcontext() as (k, v):
1156 with testcontext() as (k, v):
1159 with testcontext() as (k, v):
1163 with testcontext() as (k, v):
1166 with testcontext() as (k, v):
1179 def testcontext(): function
1190 self.check_weak_destroy_and_mutate_while_iterating(dict, testcontext)
1201 def testcontext(): function
[all …]
Dtest_weakset.py381 def testcontext(): function
392 with testcontext() as u:
394 with testcontext() as u:
397 with testcontext() as u:
401 with testcontext() as u:
404 with testcontext() as u: