Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_pyexpat.py121 def NotStandaloneHandler(self, userData): member in ParseTest.Outputter
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py128 def NotStandaloneHandler(self): member in ParseTest.Outputter
/external/python/cpython3/Doc/library/
Dpyexpat.rst454 .. method:: xmlparser.NotStandaloneHandler()
789 itself to be in the XML declaration, and the :attr:`NotStandaloneHandler` was
/external/python/cpython2/Doc/library/
Dpyexpat.rst485 .. method:: xmlparser.NotStandaloneHandler()
816 itself to be in the XML declaration, and the :attr:`NotStandaloneHandler` was
/external/python/cpython3/Modules/
Dpyexpat.c1922 HANDLER_INFO(NotStandaloneHandler)