.. meta:: :title: Cake - API Reference [Functions] :type: website :url: https://cakepy.rtfd.io :description: API Reference for interacting with functions in cake. :theme-color: #f54646 .. currentmodule:: cake ********* Functions ********* Functions are yet another powerful object in the cake library, which are able to support the use of generic cake objects within them as parameters. .. note:: For pre-defined functions visit the **Functions** section for more info. Function ======== .. autoclass:: cake.Function :members: :inherited-members: :show-inheritance: