Lines Matching defs:open
1567 # Track open files and, if applicable, how many chunks it has been
1623 f = self.open(filename)
1654 with self.open(file) as f:
1671 with self.open(file) as f:
1696 with self.open(file) as f:
1718 with self.open(file) as f:
2628 def open(self, name, bare=False):
2631 f = open(filename, 'w')
2640 f = self.open(file)
2666 contents = open(filename).read()