Lines Matching defs:open
184 def open(self):
192 return self.open()
331 with open(elf_name, "wb") as elf_file:
415 action.data = lambda: open(os.devnull, "rb")
575 with open(path, "w") as f:
616 def open(self):
628 raise TransactionOperationError("open",
634 raise TransactionOperationError("open",
701 opening a Transaction. Required by: open.
704 returned by open. Required by: add and
705 close if open has not been called.