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

Method navlist

recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:180–181  ·  view source on GitHub ↗
(self,*tag_list)

Source from the content-addressed store, hash-verified

178 path = self.__path_from_list(tag_list)
179 return self.find(path)
180 def navlist(self,*tag_list):
181 return self.findall(self.__path_from_list(tag_list))
182 def find(self,path):
183 elt = self.__content.find(path)
184 return xml(elt) if elt != None else None

Callers

nothing calls this directly

Calls 2

findallMethod · 0.95
__path_from_listMethod · 0.95

Tested by

no test coverage detected