.. meta:: :title: Cake - API Reference [Variables] :type: website :url: https://cakepy.rtfd.io :description: API Reference for interacting with variables in cake. :theme-color: #f54646 .. currentmodule:: cake ********* Variables ********* Variables are a core part of the cake library and offer the capability of defining expressions, and working through unknown values with symbol representation. Variable ======== .. autoclass:: cake.Variable :members: :show-inheritance: Raised Variables ================ .. autoclass:: cake.RaisedVariable :members: :show-inheritance: Variable Groups =============== .. autoclass:: cake.VariableGroup :members: :show-inheritance: