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

Lines Matching defs:read_unicodestring4

445 def read_unicodestring4(f):
453 >>> t = read_unicodestring4(StringIO.StringIO(n + enc + 'junk'))
457 >>> read_unicodestring4(StringIO.StringIO(n + enc[:-1]))
475 reader=read_unicodestring4,