Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ getAttribute
Method
getAttribute
recipes/Python/149368_xml2obj/recipe-149368.py:25–27 ·
view source on GitHub ↗
Get an attribute value
(self,key)
Source
from the content-addressed store, hash-verified
23
self.children.append(element)
24
25
def
getAttribute(self,key):
26
'Get an attribute value'
27
return
self.attributes.get(key)
28
29
def
getData(self):
30
'Get the cdata'
Callers
2
recipe-577801.js
File · 0.45
nodeToDic
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected