Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
class
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
55
setup(
Callers
nothing calls this directly
Calls
3
format
Method · 0.80
remove
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected