Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ exists
Method
exists
recipes/Python/492212_dal4py/recipe-492212.py:245–246 ·
view source on GitHub ↗
(self, block, name)
Source
from the content-addressed store, hash-verified
243
244
# Test For Existance
245
def
exists(self, block, name):
246
return
self.find(block, name) != 0
247
248
# Check If File
249
def
is_file(self, block):
Callers
15
make_file
Method · 0.95
recipe-577085.js
File · 0.45
find_replace
Function · 0.45
recipe-577793.py
File · 0.45
check_path
Function · 0.45
save
Method · 0.45
recipe-576960.py
File · 0.45
wholepath
Function · 0.45
__init__
Method · 0.45
recipe-577214.py
File · 0.45
parseArgs
Function · 0.45
loadSavFile
Method · 0.45
Calls
1
find
Method · 0.95
Tested by
3
test_diskspace_proctor
Method · 0.36
test_and_add_path
Method · 0.36
test_file
Function · 0.36