Home | History | Annotate | Download | only in python2.7

Lines Matching refs:toBytes

180         fullurl = unwrap(toBytes(fullurl))
228 url = unwrap(toBytes(url))
1043 def toBytes(url):
1044 """toBytes(u"URL") --> 'URL'."""