Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ addChild
Method
addChild
recipes/Python/298721_xml2obj_II/recipe-298721.py:99–100 ·
view source on GitHub ↗
( self, node )
Source
from the content-addressed store, hash-verified
97
98
99
def
addChild( self, node ):
100
self.listChildren.append( node )
101
102
103
def
getAttribute( self, name ):
Callers
1
startElement
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected