Lines Matching refs:str
73 state = ' '.join(state) # raise TypeError if not str
227 if isinstance(stuple, str):
233 state = str(state).split()
234 elif isinstance(state, str):
239 val = str(val)
290 value = str(value)
299 if isinstance(x, str):
308 if val and hasattr(val, '__len__') and not isinstance(val, str):
563 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
1058 if not isinstance(cnf, (type(None), str)):
1267 if cmd and not isinstance(cmd, str):