Searched refs:asList (Results 1 – 3 of 3) sorted by relevance
268 def asList(self): # for backwards compatibility member in Node
58 def asList(nodes): function62 l.append(item.asList())65 l.append(tuple(asList(item)))67 l.append(asList(item))
30 def asList(self): # for backwards compatibility member in Node