:py:mod:`kosmos.protocols.routing.path` ======================================= .. py:module:: kosmos.protocols.routing.path Classes ------- .. py:class:: Path Path between two nodes. .. attribute:: nodes List of nodes in the path. :type: list[Node] .. attribute:: links List of links in the path. :type: list[Link]