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

Function step_routing_world

tools/python/maps_generator/generator/steps.py:275–286  ·  view source on GitHub ↗
(env: Env, country: AnyStr, **kwargs)

Source from the content-addressed store, hash-verified

273
274
275def step_routing_world(env: Env, country: AnyStr, **kwargs):
276 run_gen_tool_with_recovery_country(
277 env,
278 env.gen_tool,
279 out=env.get_subprocess_out(country),
280 err=env.get_subprocess_out(country),
281 data_path=env.paths.mwm_path,
282 user_resource_path=env.paths.user_resource_path,
283 output=country,
284 world_roads_path=env.paths.world_roads_path,
285 **kwargs,
286 )
287
288
289def step_index(env: Env, country: AnyStr, **kwargs):

Callers

nothing calls this directly

Calls 2

get_subprocess_outMethod · 0.80

Tested by

no test coverage detected