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

Method character_data

Lib/xml/sax/expatreader.py:394–395  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

392
393 # this is not used (call directly to ContentHandler)
394 def character_data(self, data):
395 self._cont_handler.characters(data)
396
397 def start_namespace_decl(self, prefix, uri):
398 self._cont_handler.startPrefixMapping(prefix, uri)

Callers

nothing calls this directly

Calls 1

charactersMethod · 0.45

Tested by

no test coverage detected