Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ is_finished
Method
is_finished
tools/python/maps_generator/generator/status.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
status.write(
"finish"
)
44
45
def
is_finished(self):
46
return
self.status() ==
"finish"
47
48
def
status(self):
49
try
:
Callers
1
download_under_lock
Function · 0.95
Calls
1
status
Method · 0.95
Tested by
no test coverage detected