Searched refs:testcontext (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 1388 def check_weak_destroy_and_mutate_while_iterating(self, dict, testcontext): argument 1394 with testcontext() as (k, v): 1396 with testcontext() as (k, v): 1399 with testcontext() as (k, v): 1402 with testcontext() as (k, v): 1406 with testcontext() as (k, v): 1409 with testcontext() as (k, v): 1413 def check_weak_del_and_len_while_iterating(self, dict, testcontext): argument 1420 with testcontext(): 1428 with testcontext(): [all …]
|
D | test_weakset.py | 363 def testcontext(): function 379 with testcontext() as u: 381 with testcontext() as u: 384 with testcontext() as u: 388 with testcontext() as u: 391 with testcontext() as u:
|
/external/python/cpython2/Lib/test/ |
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:
|
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 …]
|