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

Method rm_module

tests/unit/test_loader.py:615–617  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

613 # .pyc files are prevented by sys.dont_write_bytecode = True in setUp()
614
615 def rm_module(self):
616 os.unlink(self.module_path)
617 # .pyc files are prevented by sys.dont_write_bytecode = True in setUp()
618
619 @property
620 def module_path(self):

Callers 1

test_reloadMethod · 0.95

Calls 1

unlinkMethod · 0.80

Tested by

no test coverage detected