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

Method attrs

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

Source from the content-addressed store, hash-verified

161 def keys(self):
162 return [self.__strip_key(key) for key in self.__content.keys()]
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):

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected