spekk.transformations.base.TransformedFunction
==============================================

.. currentmodule:: spekk.transformations.base

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

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~TransformedFunction.__init__
      ~TransformedFunction.build
      ~TransformedFunction.traverse
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~TransformedFunction.input_spec
      ~TransformedFunction.output_spec
      ~TransformedFunction.passed_spec
      ~TransformedFunction.returned_spec
      ~TransformedFunction.wrapped_fn
      ~TransformedFunction.transformation
   
   