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

Method characters

Lib/xml/sax/saxutils.py:279–280  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

277 self._cont_handler.endElementNS(name, qname)
278
279 def characters(self, content):
280 self._cont_handler.characters(content)
281
282 def ignorableWhitespace(self, chars):
283 self._cont_handler.ignorableWhitespace(chars)

Callers 1

test_filter_basicMethod · 0.95

Calls 1

charactersMethod · 0.45

Tested by 1

test_filter_basicMethod · 0.76