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

Method ignorableWhitespace

Lib/xml/sax/saxutils.py:282–283  ·  view source on GitHub ↗
(self, chars)

Source from the content-addressed store, hash-verified

280 self._cont_handler.characters(content)
281
282 def ignorableWhitespace(self, chars):
283 self._cont_handler.ignorableWhitespace(chars)
284
285 def processingInstruction(self, target, data):
286 self._cont_handler.processingInstruction(target, data)

Callers 1

test_filter_basicMethod · 0.95

Calls 1

ignorableWhitespaceMethod · 0.45

Tested by 1

test_filter_basicMethod · 0.76