Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/guido/
Dss1.py297 self.cell = StringCell(self.value,
366 class StringCell(BaseCell): class
787 cell = StringCell(text)
/external/python/cpython3/Tools/demo/
Dspreadsheet.py288 self.cell = StringCell(self.value,
354 class StringCell(BaseCell): class
772 cell = StringCell(text)