Lines Matching refs:openfile

44 from test.test_email import openfile, TestEmailBase
219 with openfile('msg_46.txt', encoding="utf-8") as fp:
230 with openfile('msg_46.txt', encoding="utf-8") as fp:
279 with openfile('msg_17.txt', encoding="utf-8") as fp:
300 with openfile('msg_01.txt', encoding="utf-8") as fp:
354 with openfile('msg_01.txt', encoding="utf-8") as fp:
802 with openfile('python.gif', 'rb') as fp:
1520 with openfile(f'sndhdr.{ext}', 'rb') as fp:
1572 with openfile(f'python.{ext}', 'rb') as fp:
1783 with openfile('python.gif', 'rb') as fp:
2472 with openfile('msg_11.txt', encoding="utf-8") as fp:
2591 with openfile('msg_21.txt', encoding="utf-8") as fp:
2646 with openfile('msg_30.txt', encoding="utf-8") as fp:
2663 with openfile('msg_28.txt', encoding="utf-8") as fp:
2803 with openfile(filename, encoding="utf-8") as fp:
2959 with openfile('msg_01.txt', encoding="utf-8") as fp:
2970 with openfile('msg_01.txt', encoding="utf-8") as fp:
2982 with openfile('msg_01.txt', encoding="utf-8") as fp:
2992 with openfile('msg_02.txt', encoding="utf-8") as fp:
3003 with openfile('msg_01.txt', encoding="utf-8") as fp:
3007 with openfile('msg_02.txt', encoding="utf-8") as fp:
3468 with openfile('msg_26.txt', encoding="utf-8", newline='\n') as f:
3479 with openfile('msg_26.txt', encoding="utf-8", newline='\n') as f:
3490 with openfile('msg_26.txt', 'rb') as f:
3501 with openfile('sndhdr.au', 'rb') as fp:
3503 with openfile('python.gif', 'rb') as fp:
3538 with openfile('msg_19.txt', encoding="utf-8") as fp:
3679 with openfile('msg_02.txt', encoding="utf-8") as fp:
3690 with openfile('msg_02.txt', 'rb') as fp:
3700 with openfile('msg_02.txt', 'rb') as fp:
3705 with openfile('msg_15.txt', 'rb') as fp:
3713 with openfile('msg_02.txt', encoding="utf-8") as fp:
3718 with openfile('msg_15.txt', encoding="utf-8") as fp:
3762 with openfile('msg_26.txt', encoding="utf-8", newline='\n') as fp:
3773 with openfile('msg_26.txt', encoding="utf-8", newline='\n') as fp:
3786 with openfile('msg_28.txt', encoding="utf-8") as fp:
4209 with openfile('msg_26.txt', 'rb') as fp:
4295 with openfile(filename, 'rb') as fp:
5538 with openfile(filename, encoding="utf-8") as fp: