MCPcopy Index your code
hub / github.com/pyload/pyload / do_open

Method do_open

module/lib/beaker/container.py:479–485  ·  view source on GitHub ↗
(self, flags)

Source from the content-addressed store, hash-verified

477 return list
478
479 def do_open(self, flags):
480 debug("opening dbm file %s", self.file)
481 try:
482 self.dbm = self.dbmmodule.open(self.file, flags)
483 except:
484 self._checkfile()
485 self.dbm = self.dbmmodule.open(self.file, flags)
486
487 def do_close(self):
488 if self.dbm is not None:

Callers

nothing calls this directly

Calls 3

_checkfileMethod · 0.95
debugFunction · 0.70
openMethod · 0.45

Tested by

no test coverage detected