.. meta:: :title: Cake - API Reference [Comparity] :type: website :url: https://cakepy.rtfd.io :description: API Reference for interacting with comparities in cake. :theme-color: #f54646 .. currentmodule:: cake ********* Comparity ********* Comparities are powerful classes which allow for comparisons between 2 objects to be withheld till needed, this is extremely useful with variables and expressions where the value may not be immediatley known. Comparity ========= .. autoclass:: cake.Comparity :members: :show-inheritance: Comparity Symbol ================ .. autoclass:: cake.ComparitySymbol :members: :show-inheritance: