Quantum Fog  0.9.3
Public Member Functions | Public Attributes | List of all members
MyExceptions.BadGraphStructure Class Reference
Inheritance diagram for MyExceptions.BadGraphStructure:
Inheritance graph
[legend]
Collaboration diagram for MyExceptions.BadGraphStructure:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, txt)
 
def __repr__ (self)
 

Public Attributes

 txt
 

Detailed Description

An exception class raised when a graph's structure is detected to be
illegal; for instance, when an alleged DAG is detected to contain cycles.

Attributes
----------
txt : str

Constructor & Destructor Documentation

def MyExceptions.BadGraphStructure.__init__ (   self,
  txt 
)
Constructor

Parameters
----------
txt : str

Returns
-------

Member Function Documentation

def MyExceptions.BadGraphStructure.__repr__ (   self)
Returns
-------
str

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