MCPcopy 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.jsFile · 0.45
nodeToDicFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected