Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/sax/
Dxmlreader.py122 file = source.getByteStream()
255 def getByteStream(self): member in InputSource
Dsaxutils.py356 if source.getCharacterStream() is None and source.getByteStream() is None:
Dexpatreader.py230 file = source.getByteStream()
/third_party/python/Lib/test/
Dtest_sax.py379 self.assertIsNone(prep.getByteStream())
390 self.checkContent(prep.getByteStream(),
399 self.checkContent(prep.getByteStream(),
406 self.checkContent(prep.getByteStream(),
413 self.checkContent(prep.getByteStream(),
421 self.checkContent(prep.getByteStream(),
428 self.assertIsNone(prep.getByteStream())
/third_party/python/Doc/library/
Dxml.sax.reader.rst310 .. method:: InputSource.getByteStream()