Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_weakref.py1388 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 …]
Dtest_weakset.py363 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/
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:
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 …]