Lines Matching refs:open
1415 with open(join('fileA'), 'wb') as f:
1417 with open(join('dirB', 'fileB'), 'wb') as f:
1419 with open(join('dirC', 'fileC'), 'wb') as f:
1421 with open(join('dirC', 'novel.txt'), 'wb') as f:
1423 with open(join('dirC', 'dirD', 'fileD'), 'wb') as f:
1571 with (p / 'fileA').open('r') as f:
1574 with (p / 'fileA').open('rb') as f:
1577 with (p / 'fileA').open('rb', buffering=0) as f:
2139 with p.open('rb') as f:
2561 with (p / 'new_file').open('wb'):
2566 with (p / 'other_new_file').open('wb'):