MCPcopy Create free account
hub / github.com/ActiveState/code / items

Method items

recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 def attrs(self):
164 return self.keys()
165 def items(self):
166 return [(self.__strip_key(k),v) for k,v in self.__content.items()]
167 def iterattrs(self):
168 return self.__content.attrib.iterkeys()
169 def iterelts(self):

Callers 15

__new__Method · 0.45
depFunction · 0.45
mask_strFunction · 0.45
attrs_from_localsFunction · 0.45
runMethod · 0.45
attr_strFunction · 0.45
__new__Method · 0.45
__new__Method · 0.45
email_it_via_gmailFunction · 0.45
__new__Method · 0.45
__init__Method · 0.45

Calls 1

__strip_keyMethod · 0.95

Tested by

no test coverage detected