MCPcopy Index your code
hub / github.com/saltstack/salt / rm_module

Method rm_module

tests/unit/test_loader.py:1089–1090  ·  view source on GitHub ↗
(self, relative_path)

Source from the content-addressed store, hash-verified

1087 self.update_pyfile(os.path.join(self.tmp_dir, relative_path), contents)
1088
1089 def rm_module(self, relative_path):
1090 self.rm_pyfile(os.path.join(self.tmp_dir, relative_path))
1091
1092 @pytest.mark.slow_test
1093 def test_module(self):

Callers

nothing calls this directly

Calls 1

rm_pyfileMethod · 0.95

Tested by

no test coverage detected