Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ status
Method
status
tools/python/maps_generator/generator/status.py:48–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
return
self.status() ==
"finish"
47
48
def
status(self):
49
try
:
50
with
open(self.stat_path)
as
status:
51
return
status.read()
52
except
IOError:
53
return
None
Callers
2
init
Method · 0.95
is_finished
Method · 0.95
Calls
1
read
Method · 0.45
Tested by
no test coverage detected