Lines Matching refs:str
783 "the string representation of this object, either as str or bytes");
811 PyObject *repr, *str = PyTclObject_str(self);
812 if (str == NULL)
815 self->value->typePtr->name, str);
816 Py_DECREF(str);
1482 script: str
1511 fileName: str
1540 script: str
1569 msg: str
1657 "must be str, bytes or Tcl_Obj, not %.50s",
2012 s: str
2041 s: str
2071 s: str
2100 s: str
2317 name: str
2388 name: str
3014 screenName: str(accept={str, NoneType}) = None
3015 baseName: str = ""
3016 className: str = "Tk"
3023 use: str(accept={str, NoneType}) = None