Lines Matching refs:str
72 value = str(value)
106 elif isinstance(cnfs, (type(None), str)):
139 key = str(key)
389 if name is not None and not isinstance(name, str):
567 if isinstance(value, str):
569 return str(value)
766 raise ValueError(str(exc))
772 raise ValueError(str(exc))
1393 if isinstance(func, str):
1540 nv.append(str(item))
1541 elif isinstance(item, str):
1553 name = str(name).split('.')
1690 if isinstance(cnf, str):
1798 if isinstance(value, (str, _tkinter.Tcl_Obj)):
1800 svalue = str(value)
1813 if isinstance(cnf, str) and not kw:
1913 args = args + ('-%s' % k, str(v))
2347 tcl_version = str(self.tk.getvar('tcl_version'))
3414 c = str(self.entrycget(i, 'command'))
3700 if not isinstance(command, str):
3803 return str(self.tk.call(self._w, 'index', index))
3886 return str(self.tk.call(tuple(args)))
4606 if isinstance(cnf, str) and not kw: