Home
last modified time | relevance | path

Searched refs:charfile (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/xml/sax/
Dxmlreader.py260 def setCharacterStream(self, charfile): argument
268 self.__charfile = charfile
/external/python/cpython3/Lib/xml/sax/
Dxmlreader.py262 def setCharacterStream(self, charfile): argument
270 self.__charfile = charfile
/external/python/cpython3/Doc/library/
Dxml.sax.reader.rst318 .. method:: InputSource.setCharacterStream(charfile)
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst312 .. method:: InputSource.setCharacterStream(charfile)