Home
last modified time | relevance | path

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

/third_party/python/Tools/demo/
Dspreadsheet.py68 assert isinstance(cell, BaseCell)
285 if isinstance(self.value, BaseCell):
304 class BaseCell: class
316 class NumericCell(BaseCell):
354 class StringCell(BaseCell):
376 class FormulaCell(BaseCell):