Searched refs:testcontext (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 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(): [all …]
|
D | test_weakset.py | 362 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/ |
D | test_weakref.py | 1145 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 …]
|
D | test_weakset.py | 381 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:
|