Home
last modified time | relevance | path

Searched refs:setByteStream (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/xml/sax/
D__init__.py47 inpsrc.setByteStream(io.BytesIO(string))
Dsaxutils.py352 source.setByteStream(f)
367 source.setByteStream(f)
Dxmlreader.py242 def setByteStream(self, bytefile): member in InputSource
/third_party/python/Lib/test/
Dtest_sax.py199 input.setByteStream(f)
387 src.setByteStream(self.make_byte_stream())
1021 inpsrc.setByteStream(BytesIO(b"<entity/>"))
1164 inpsrc.setByteStream(f)
1270 source.setByteStream(BytesIO(b"<foo bar foobar>")) #ill-formed
/third_party/python/Doc/library/
Dxml.sax.reader.rst299 .. method:: InputSource.setByteStream(bytefile)