MCPcopy Index your code
hub / github.com/python/cpython / Notation

Class Notation

Lib/xml/dom/minidom.py:1419–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417 "cannot replace children of an entity node")
1418
1419class Notation(Identified, Childless, Node):
1420 nodeType = Node.NOTATION_NODE
1421 nodeValue = None
1422
1423 def __init__(self, name, publicId, systemId):
1424 self.nodeName = name
1425 self._identified_mixin_init(publicId, systemId)
1426
1427
1428class DOMImplementation(DOMImplementationLS):

Callers 3

cloneNodeMethod · 0.85
_create_notationMethod · 0.85
_clone_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…