MCPcopy 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_reloadMethod · 0.95

Calls 2

remove_bytecodeFunction · 0.85
unlinkMethod · 0.80

Tested by

no test coverage detected