We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16761b commit eb0208bCopy full SHA for eb0208b
Lib/xml/dom/minidom.py
@@ -83,6 +83,7 @@ def _get_lastChild(self):
83
84
def insertBefore(self, newChild, refChild):
85
"""Insert a new DOM Node before an existing Node.
86
+
87
https://dom.spec.whatwg.org/#dom-node-insertbefore
88
The insertBefore(node, child) method, when invoked,
89
must return the result of pre-inserting node into
0 commit comments