Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ rm_module
Method
rm_module
tests/unit/test_loader.py:903–905 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
901
remove_bytecode(self.module_path)
902
903
def
rm_module(self):
904
os.unlink(self.module_path)
905
remove_bytecode(self.module_path)
906
907
def
update_lib(self):
908
self.lib_count += 1
Callers
1
test_reload
Method · 0.95
Calls
2
remove_bytecode
Function · 0.85
unlink
Method · 0.80
Tested by
no test coverage detected