Home
last modified time | relevance | path

Searched refs:asList (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dastgen.py268 def asList(self): # for backwards compatibility member in Node
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py58 def asList(nodes): function
62 l.append(item.asList())
65 l.append(tuple(asList(item)))
67 l.append(asList(item))
Dast.py30 def asList(self): # for backwards compatibility member in Node