Lines Matching refs:str
8 basestring = str
13 unicode = str
33 if str == bytes:
34 class Tag(str):
42 if not isinstance(s, str):
50 class Tag(str):
54 if not isinstance(blob, str):
59 return str.__new__(self, self.transcode(content))
63 return str.__eq__(self, self.transcode(other))
66 return str.__hash__(self)
72 if not isinstance(s, str):