Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ characters
Method
characters
suds/sax/parser.py:88–91 ·
view source on GitHub ↗
(self, content)
Source
from the content-addressed store, hash-verified
86
raise
Exception(
'malformed document'
)
87
88
def
characters(self, content):
89
text = unicode(content)
90
node = self.top()
91
node.charbuffer.append(text)
92
93
def
push(self, node):
94
self.nodes.append(node)
Callers
nothing calls this directly
Calls
2
top
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected