MCPcopy Create free account
hub / github.com/python/cpython / _getNSattrs

Method _getNSattrs

Lib/xml/dom/expatbuilder.py:682–683  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

680 return s
681
682 def _getNSattrs(self):
683 return ""
684
685 def external_entity_ref_handler(self, context, base, systemId, publicId):
686 if systemId == _FRAGMENT_BUILDER_INTERNAL_SYSTEM_ID:

Callers 1

parseStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected