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

Method get_subprocess_out

tools/python/maps_generator/generator/env.py:505–509  ·  view source on GitHub ↗
(self, country: Optional[AnyStr] = None)

Source from the content-addressed store, hash-verified

503 self.subprocess_countries_out[country] = subprocess_out
504
505 def get_subprocess_out(self, country: Optional[AnyStr] = None):
506 if country is None:
507 return self.subprocess_out
508 else:
509 return self.subprocess_countries_out[country]
510
511 @staticmethod
512 def setup_logging():

Callers 15

step_update_planetFunction · 0.80
step_preprocessFunction · 0.80
step_featuresFunction · 0.80
_generate_common_indexFunction · 0.80
step_cities_ids_worldFunction · 0.80
step_routing_worldFunction · 0.80
step_ugcFunction · 0.80
step_popularityFunction · 0.80
step_popularity_worldFunction · 0.80
step_srtmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected