Home
last modified time | relevance | path

Searched refs:FormulaCell (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dss1.py306 self.cell = FormulaCell(text,
388 class FormulaCell(BaseCell): class
440 return FormulaCell("".join(out), self.fmt, self.alignment)
568 elif isinstance(cell, FormulaCell):
776 cell = FormulaCell(text[1:])
826 cell = FormulaCell(formula)
/external/python/cpython3/Tools/demo/
Dss1.py297 self.cell = FormulaCell(text,
376 class FormulaCell(BaseCell): class
425 return FormulaCell("".join(out), self.fmt, self.alignment)
553 elif isinstance(cell, FormulaCell):
761 cell = FormulaCell(text[1:])
810 cell = FormulaCell(formula)