Searched refs:str_io (Results 1 – 12 of 12) sorted by relevance
6 str_io = StringIO.StringIO variable9 str_io = io.StringIO variable12 f = str_io()31 f = str_io()57 f = str_io()77 f = str_io()86 f = str_io()
11 str_io = StringIO.StringIO variable14 str_io = io.StringIO variable91 input = libxml2.inputBuffer(str_io(s))136 return(str_io(tst_ent))141 input = libxml2.inputBuffer(str_io(s))195 input = libxml2.inputBuffer(str_io(s))240 input = libxml2.inputBuffer(str_io(s))
10 str_io = StringIO.StringIO variable13 str_io = io.StringIO variable18 f = str_io("""<a><b b1="b1"/><c>content of c</c></a>""")78 f = str_io("""<test xmlns:dt="urn:datatypes" dt:type="int"/>""")96 f = str_io("""<root xmlns:a="urn:456">119 f = str_io("""<testattr xmlns="urn:1" xmlns:a="urn:2" b="b" a:b="a:b"/>""")248 f = str_io("""<a xmlns="http://example.com/foo"/>""")265 f = str_io("""<a xmlns:prefix="http://example.com/foo"/>""")285 f = str_io("""<a/>""")304 f = str_io(s)
9 str_io = StringIO.StringIO variable12 str_io = io.StringIO variable26 f = str_io(docstr)63 f = str_io(docstr)130 return(str_io(simplestruct2_ent))135 input = libxml2.inputBuffer(str_io(s))
9 str_io = StringIO.StringIO variable12 str_io = io.StringIO variable49 f = str_io(docstr)92 f = str_io(docstr)
6 str_io = StringIO.StringIO variable9 str_io = io.StringIO variable16 f = str_io("foobar")
6 str_io = StringIO.StringIO variable9 str_io = io.StringIO variable15 return(str_io("<foo/>"))
9 str_io = StringIO.StringIO variable12 str_io = io.StringIO variable18 f = str_io(s)
9 str_io = StringIO.StringIO variable12 str_io = io.StringIO variable25 f = str_io("""<a xmlns="foo"><b b1="b1"/><c>content of c</a>""")
10 str_io = StringIO.StringIO variable13 str_io = io.StringIO variable18 f = str_io("""<a><b><c /></b><d>content of d</d></a>""")
9 str_io = StringIO.StringIO variable12 str_io = io.StringIO variable44 return str_io(pystrings[path])
347 str_io = six.StringIO()349 gen = generator.Generator(str_io, maxheaderlen=0)351 body = str_io.getvalue()