Reference Guide  2.5.0
psyclone.psyad.transformations.tangent_linear_error.TangentLinearError Class Reference
Inheritance diagram for psyclone.psyad.transformations.tangent_linear_error.TangentLinearError:
Collaboration diagram for psyclone.psyad.transformations.tangent_linear_error.TangentLinearError:

Public Member Functions

def __init__ (self, value)
 
def __str__ (self)
 
- Public Member Functions inherited from psyclone.errors.PSycloneError
def __repr__ (self)
 

Public Attributes

 value
 
- Public Attributes inherited from psyclone.errors.PSycloneError
 value
 

Detailed Description

Provides a PSyclone-specific error class for code that does not
conform to the constraints required to be valid tangent linear
code.

:param str value: the message associated with the error.

Definition at line 46 of file tangent_linear_error.py.


The documentation for this class was generated from the following file: