Lines Matching refs:testcontext
1327 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():
1372 with testcontext():
1376 with testcontext():
1380 with testcontext():
1394 def testcontext(): function
1405 self.check_weak_destroy_and_mutate_while_iterating(dict, testcontext)
1409 self.check_weak_del_and_len_while_iterating(dict, testcontext)
1421 def testcontext(): function
1432 self.check_weak_destroy_and_mutate_while_iterating(dict, testcontext)
1434 self.check_weak_del_and_len_while_iterating(dict, testcontext)