MCPcopy Create free account
hub / github.com/comaps/comaps / run

Method run

tools/python/data/borders/setup.py:47–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45
46class CleanCmd(clean, object):
47 def run(self):
48 if os.path.exists(TAR_LZMA_PATH):
49 log.info("Removing {}".format(TAR_LZMA_PATH))
50 os.remove(TAR_LZMA_PATH)
51
52 super(CleanCmd, self).run()
53
54
55setup(

Callers

nothing calls this directly

Calls 3

formatMethod · 0.80
removeMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected