Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/dom/
Dxmlbuilder.py81 raise xml.dom.NotSupportedErr(
344 raise xml.dom.NotSupportedErr(
373 raise xml.dom.NotSupportedErr(
378 raise xml.dom.NotSupportedErr(
D__init__.py100 class NotSupportedErr(DOMException): class
Dminidom.py1809 raise xml.dom.NotSupportedErr("cannot import document nodes")
1811 raise xml.dom.NotSupportedErr("cannot import document type nodes")
1836 raise xml.dom.NotSupportedErr(
1959 raise xml.dom.NotSupportedErr("Cannot clone node %s" % repr(node))
/third_party/python/Lib/test/
Dtest_minidom.py784 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep)
795 self.assertRaises(xml.dom.NotSupportedErr, target.importNode,
801 self.assertRaises(xml.dom.NotSupportedErr, target.importNode,
1336 self.assertRaises(xml.dom.NotSupportedErr, doc.renameNode, node,
/third_party/python/Doc/library/
Dxml.dom.rst892 .. exception:: NotSupportedErr
950 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |