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

Method _create_notation

Lib/xml/dom/minidom.py:1747–1750  ·  view source on GitHub ↗
(self, name, publicId, systemId)

Source from the content-addressed store, hash-verified

1745 return e
1746
1747 def _create_notation(self, name, publicId, systemId):
1748 n = Notation(name, publicId, systemId)
1749 n.ownerDocument = self
1750 return n
1751
1752 def getElementById(self, id):
1753 if id in self._id_cache:

Callers 1

notation_decl_handlerMethod · 0.80

Calls 1

NotationClass · 0.85

Tested by

no test coverage detected