Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ push
Method
push
suds/sax/parser.py:93–95 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
91
node.charbuffer.append(text)
92
93
def
push(self, node):
94
self.nodes.append(node)
95
return
node
96
97
def
pop(self):
98
return
self.nodes.pop()
Callers
1
startElement
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected