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

Method keys

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

Source from the content-addressed store, hash-verified

159 def __strip_key(self,key):
160 return key[len(self.__prefix):]
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):

Callers 15

attrsMethod · 0.95
__iter__Method · 0.45
recipe-576564.pyFile · 0.45
recipe-576810.pyFile · 0.45
receiveFunction · 0.45
get_table_indicesFunction · 0.45
add_foreign_key_ddlFunction · 0.45
DrawShapeFunction · 0.45
recipe-576521.pyFile · 0.45
depFunction · 0.45
wallclockFunction · 0.45

Calls 1

__strip_keyMethod · 0.95

Tested by

no test coverage detected