phystricks
Public Member Functions | Public Attributes | List of all members
RecallTestsExceptions.TikzDecompositionParsingException Class Reference

This is part of the module phystricks. More...

Inheritance diagram for RecallTestsExceptions.TikzDecompositionParsingException:
Inheritance graph
[legend]
Collaboration diagram for RecallTestsExceptions.TikzDecompositionParsingException:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, block, f1=None, f2=None, x=None, y=None)
 
def __str__ (self)
 

Public Attributes

 block
 
 f1
 
 f2
 
 x
 
 y
 

Detailed Description

This is part of the module phystricks.

phystricks is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

phystricks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with phystricks.py. If not, see http://www.gnu.org/licenses/. This file contains the exceptions that can be raised by the tests. An error occurred when parsing a file for creating a TikzDecomposition object.

Stupidly search for "(" and the corresponding closing ")" and then interpreting what lies in between is not sufficient as the following examples (among many others) shows:

1 \subfigure[more points (5000)]{%

Constructor & Destructor Documentation

def RecallTestsExceptions.TikzDecompositionParsingException.__init__ (   self,
  block,
  f1 = None,
  f2 = None,
  x = None,
  y = None 
)

Member Function Documentation

def RecallTestsExceptions.TikzDecompositionParsingException.__str__ (   self)

Member Data Documentation

RecallTestsExceptions.TikzDecompositionParsingException.block
RecallTestsExceptions.TikzDecompositionParsingException.f1
RecallTestsExceptions.TikzDecompositionParsingException.f2
RecallTestsExceptions.TikzDecompositionParsingException.x
RecallTestsExceptions.TikzDecompositionParsingException.y

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