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

Method update_status

tools/python/maps_generator/generator/status.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return self.stat_saved and self.stat_next != self.stat_saved
36
37 def update_status(self):
38 with open(self.stat_path, "w") as status:
39 status.write(self.stat_next)
40
41 def finish(self):
42 with open(self.stat_path, "w") as status:

Callers 3

set_countries_stageMethod · 0.80
reset_to_stageMethod · 0.80
applyFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected