exception documentation

class NoSuchProblemException(Exception):

Constructor: NoSuchProblemException(suite, function_id)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable function_id Undocumented
Instance Variable suite Undocumented
def __init__(self, suite, function_id):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

function_id =

Undocumented

suite =

Undocumented