MCPcopy 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_observerMethod · 0.45
zipwalkFunction · 0.45
fix_objectclassMethod · 0.45
get_pathFunction · 0.45
__setitem__Method · 0.45
fpickleFunction · 0.45
deleteCacheFilesMethod · 0.45
recipe-412719.pyFile · 0.45
deleteFunction · 0.45
__do_joinMethod · 0.45
remove_attentionMethod · 0.45
recipe-498151.pyFile · 0.45

Calls 3

__resolve_pathMethod · 0.95
is_fileMethod · 0.45
remove_fileMethod · 0.45

Tested by

no test coverage detected