def __init__(self): ColumnFixture.__init__(self) self.fileName = "" self.wiki = 0 self.input = "" self.tables = None self.fixture = None self.runCounts = Counts() self.footnote = None self.fileCell = None
def wrong(self, cell, actual=None, escape=True): # super(ExampleTests, self) ColumnFixture.wrong(self, cell, actual=actual, escape=escape) if self.footnote == None: self.footnote = self.tables.footnote() self.fileCell.addToBody(self.footnote)
def doRow(self, row): self.fileCell = row.leaf() ColumnFixture.doRow(self, row)
def __init__(self, initial): ColumnFixture.__init__(self) self.x = initial
def wrong(self, cell, actual = None, escape=True): # super(ExampleTests, self) ColumnFixture.wrong(self, cell, actual = actual, escape = escape) if self.footnote == None: self.footnote = self.tables.footnote() self.fileCell.addToBody(self.footnote)
def __init__(self): ColumnFixture.__init__(self) try: self.getSymbol("Runscripts") except: self.setSymbol("Runscripts", {})
def _init_(self): ColumnFixture.__init__(self) self.url = "" self.instanceId = ""
def _init_(self): ColumnFixture.__init__(self) self.url = "" self.name = "" self.size = 0