Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ remove
Method
remove
recipes/Python/492214_dal6py/recipe-492214.py:80–83 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
78
79
# Remove A File
80
def
remove(self, path):
81
path = self.__resolve_path(path)
82
assert self.__disk.is_file(path)
83
self.__disk.remove_file(path)
84
85
# Test For Existance
86
def
exists(self, path):
Callers
15
remove_observer
Method · 0.45
zipwalk
Function · 0.45
fix_objectclass
Method · 0.45
get_path
Function · 0.45
__setitem__
Method · 0.45
fpickle
Function · 0.45
deleteCacheFiles
Method · 0.45
recipe-412719.py
File · 0.45
delete
Function · 0.45
__do_join
Method · 0.45
remove_attention
Method · 0.45
recipe-498151.py
File · 0.45
Calls
3
__resolve_path
Method · 0.95
is_file
Method · 0.45
remove_file
Method · 0.45
Tested by
no test coverage detected