.. comment
   This template stolen ("borrowed indefinitely") from StackOverflow James
   Leedham.  Thanks!

edgegraph.structure.twoendedlink.TwoEndedLink
=============================================

.. currentmodule:: edgegraph.structure.twoendedlink

.. autoclass:: TwoEndedLink
   :members:
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~TwoEndedLink.__init__
      ~TwoEndedLink.add_to_universe
      ~TwoEndedLink.add_vertex
      ~TwoEndedLink.other
      ~TwoEndedLink.remove_from_universe
      ~TwoEndedLink.unlink_from
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~TwoEndedLink.uid
      ~TwoEndedLink.universes
      ~TwoEndedLink.v1
      ~TwoEndedLink.v2
      ~TwoEndedLink.vertices
   
   
