Lines Matching refs:str
163 full[0, y] = text, alignment = str(y), RIGHT
173 assert isinstance(text, str)
176 text = str(cell)
177 if isinstance(cell, str):
287 elif isinstance(self.value, str):
332 text = str(self.value)
357 assert isinstance(text, str)
398 self.value = str(exc)
405 text = str(self.value)
453 return colnum2name(x) + str(y)
587 cell = Tk.Label(self.cellgrid, text=str(y), relief='raised')
792 text, alignment = str(cell), LEFT