Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
open(*args):
81
return
ShelfWrapper( shelve.open(*args) )
82
83
84
------ example ------
Callers
15
recipe-496742.py
File · 0.70
find_replace
Function · 0.50
recipe-498210.py
File · 0.50
saveAsEps
Function · 0.50
parseFile
Function · 0.50
recipe-492232.py
File · 0.50
main
Function · 0.50
allocate_diskspace
Function · 0.50
recipe-117243.py
File · 0.50
_VmB
Function · 0.50
checkFiles
Method · 0.50
convert
Method · 0.50
Calls
2
ShelfWrapper
Class · 0.85
open
Method · 0.45
Tested by
no test coverage detected