Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_weakref.py1441 def check_weak_destroy_and_mutate_while_iterating(self, dict, testcontext): argument
1447 with testcontext() as (k, v):
1449 with testcontext() as (k, v):
1452 with testcontext() as (k, v):
1455 with testcontext() as (k, v):
1459 with testcontext() as (k, v):
1462 with testcontext() as (k, v):
1466 def check_weak_del_and_len_while_iterating(self, dict, testcontext): argument
1473 with testcontext():
1481 with testcontext():
[all …]
Dtest_weakset.py367 def testcontext(): function
383 with testcontext() as u:
385 with testcontext() as u:
388 with testcontext() as u:
392 with testcontext() as u:
395 with testcontext() as u: