Searched defs:strtobytes (Results 1 – 1 of 1) sorted by relevance
237 def strtobytes(x): return bytes(x, 'iso8859-1') function240 strtobytes = str variable