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

Method do_close

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

Source from the content-addressed store, hash-verified

124 raise NotImplementedError()
125
126 def do_close(self):
127 raise NotImplementedError()
128
129 def acquire_read_lock(self):
130 self.access_lock.acquire_read_lock()

Callers 1

closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected