ShortestPath ============================== ShortestPaths are stored in the `paths` dictionary of the :class:`~pyemap.emap` object. The keys are the path IDs. >>> print(my_emap.paths['1a']) >>> 1a: ['FAD510(A)-2', 'W356(A)'] 9.48 .. autoclass:: pyemap.ShortestPath :members: