MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / destroy

Method destroy

puppet_extension.py:206–210  ·  view source on GitHub ↗
(self, add=None)

Source from the content-addressed store, hash-verified

204 return box
205
206 def destroy(self, add=None):
207 if hasattr(self, 'httpd'):
208 self.httpd.shutdown()
209 if self.lockfile is not None and os.path.isfile(self.lockfile):
210 os.remove(self.lockfile)
211
212 def get_expressions(self):
213 if len(self._expressions_raw) > 0:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected