Lines Matching defs:force_str
31 from pkg.misc import DummyLock, force_str
147 return force_str(curdata[:newline])
158 return force_str(curdata[:newline])
160 return force_str(curdata)
168 return force_str(curdata[:newline])
171 return force_str(curdata[:size])
186 return force_str(curdata[:newline])
189 return force_str(curdata[:size])
191 return force_str(curdata)
400 self.__headers[force_str(k.lower())] = \
401 force_str(v.strip())