class documentation

class BadNode(object):

Constructor: BadNode(name, type, reason)

View In Hierarchy

Data structure for storing info about a 'bad' node

Method __init__ @param type: DEAD | WONKY @type type: int
Constant DEAD Undocumented
Constant WONKY Undocumented
Instance Variable name Undocumented
Instance Variable reason Undocumented
Instance Variable type Undocumented
def __init__(self, name, type, reason):

@param type: DEAD | WONKY @type type: int

DEAD: int =

Undocumented

Value
0
WONKY: int =

Undocumented

Value
1
name =

Undocumented

reason =

Undocumented

type =

Undocumented