MCPcopy Create free account
hub / github.com/ActiveState/code / close

Method close

recipes/Python/496742_ShelfProxy/recipe-496742.py:65–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 pass
64
65 def close(self):
66 self.sync()
67 self.__cache.clear()
68 self.__shelf.close()
69
70
71def sync_proxy(proxy):

Callers 15

__del__Method · 0.95
uptimeFunction · 0.45
mainFunction · 0.45
saveMethod · 0.45
executeMethod · 0.45
recipe-496923.pyFile · 0.45
goMethod · 0.45
encodeMethod · 0.45
readFileMethod · 0.45
do_pdf_pagesFunction · 0.45
__init__Method · 0.45
mp4_atomsFunction · 0.45

Calls 2

syncMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected