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

Method endPrefixMapping

Lib/xml/sax/saxutils.py:162–164  ·  view source on GitHub ↗
(self, prefix)

Source from the content-addressed store, hash-verified

160 self._undeclared_ns_maps.append((prefix, uri))
161
162 def endPrefixMapping(self, prefix):
163 self._current_context = self._ns_contexts[-1]
164 del self._ns_contexts[-1]
165
166 def startElement(self, name, attrs):
167 self._finish_pending_start_element()

Callers 9

test_xmlgen_nsMethod · 0.95
test_xmlgen_ns_emptyMethod · 0.95
test_1463026_2Method · 0.95
test_1463026_2_emptyMethod · 0.95
test_1463026_3Method · 0.95
test_1463026_3_emptyMethod · 0.95
test_5027_2Method · 0.95
end_namespace_declMethod · 0.45
endPrefixMappingMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_xmlgen_nsMethod · 0.76
test_xmlgen_ns_emptyMethod · 0.76
test_1463026_2Method · 0.76
test_1463026_2_emptyMethod · 0.76
test_1463026_3Method · 0.76
test_1463026_3_emptyMethod · 0.76
test_5027_2Method · 0.76