summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_with.txt
blob: 43ea7f7528abf8d9b646e066e2c6b063564a8373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
consider-using-with:14:4:test_codecs_open:Consider using 'with' for resource-allocating operations
consider-using-with:19:4:test_urlopen:Consider using 'with' for resource-allocating operations
consider-using-with:23:4:test_temporary_file:Consider using 'with' for resource-allocating operations
consider-using-with:27:4:test_named_temporary_file:Consider using 'with' for resource-allocating operations
consider-using-with:31:4:test_spooled_temporary_file:Consider using 'with' for resource-allocating operations
consider-using-with:35:4:test_temporary_directory:Consider using 'with' for resource-allocating operations
consider-using-with:39:4:test_zipfile:Consider using 'with' for resource-allocating operations
consider-using-with:40:4:test_zipfile:Consider using 'with' for resource-allocating operations
consider-using-with:44:4:test_pyzipfile:Consider using 'with' for resource-allocating operations
consider-using-with:49:4:test_pyzipfile:Consider using 'with' for resource-allocating operations
consider-using-with:56:4:test_tarfile:Consider using 'with' for resource-allocating operations
consider-using-with:62:4:test_tarfile:Consider using 'with' for resource-allocating operations
consider-using-with:71:4:test_lock_acquisition:Consider using 'with' for resource-allocating operations
consider-using-with:78:4:test_lock_acquisition:Consider using 'with' for resource-allocating operations
consider-using-with:93:4:test_lock_acquisition:Consider using 'with' for resource-allocating operations
consider-using-with:100:4:test_lock_acquisition:Consider using 'with' for resource-allocating operations
consider-using-with:110:4:test_multiprocessing:Consider using 'with' for resource-allocating operations
consider-using-with:115:4:test_multiprocessing:Consider using 'with' for resource-allocating operations
consider-using-with:120:4:test_multiprocessing:Consider using 'with' for resource-allocating operations
consider-using-with:126:4:test_futures:Consider using 'with' for resource-allocating operations
consider-using-with:130:4:test_futures:Consider using 'with' for resource-allocating operations
consider-using-with:136:4:test_popen:Consider using 'with' for resource-allocating operations