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

Method do_close

module/lib/beaker/container.py:487–490  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

485 self.dbm = self.dbmmodule.open(self.file, flags)
486
487 def do_close(self):
488 if self.dbm is not None:
489 debug("closing dbm file %s", self.file)
490 self.dbm.close()
491
492 def do_remove(self):
493 for f in self.get_filenames():

Callers

nothing calls this directly

Calls 2

debugFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected