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

Function open

recipes/Python/496742_ShelfProxy/recipe-496742.py:80–81  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

78 shelf.sync()
79
80def open(*args):
81 return ShelfWrapper( shelve.open(*args) )
82
83
84------ example ------

Callers 15

recipe-496742.pyFile · 0.70
find_replaceFunction · 0.50
recipe-498210.pyFile · 0.50
saveAsEpsFunction · 0.50
parseFileFunction · 0.50
recipe-492232.pyFile · 0.50
mainFunction · 0.50
allocate_diskspaceFunction · 0.50
recipe-117243.pyFile · 0.50
_VmBFunction · 0.50
checkFilesMethod · 0.50
convertMethod · 0.50

Calls 2

ShelfWrapperClass · 0.85
openMethod · 0.45

Tested by

no test coverage detected