(env: Env, country: AnyStr, **kwargs)
| 188 | |
| 189 | |
| 190 | def step_index_world(env: Env, country: AnyStr, **kwargs): |
| 191 | _generate_common_index( |
| 192 | env, |
| 193 | country, |
| 194 | generate_search_index=True, |
| 195 | cities_boundaries_data=env.paths.cities_boundaries_path, |
| 196 | generate_cities_boundaries=True, |
| 197 | **kwargs, |
| 198 | ) |
| 199 | |
| 200 | |
| 201 | def step_cities_ids_world(env: Env, country: AnyStr, **kwargs): |
nothing calls this directly
no test coverage detected