Searched refs:NumericCell (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
H A Dss1.py301 self.cell = NumericCell(self.value,
325 class NumericCell(BaseCell): class in inherits:BaseCell
784 cell = NumericCell(value)
819 cell = NumericCell(y)
821 cell = NumericCell(x)
/external/python/cpython3/Tools/demo/
H A Dss1.py292 self.cell = NumericCell(self.value,
316 class NumericCell(BaseCell): class in inherits:BaseCell
769 cell = NumericCell(value)
803 cell = NumericCell(y)
805 cell = NumericCell(x)

Completed in 74 milliseconds