Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_basic
Method · 0.95
Calls
1
characters
Method · 0.45
Tested by
1
test_filter_basic
Method · 0.76