Searched refs:walktree (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | inspect.py | 703 def walktree(classes, children, parent): function 710 results.append(walktree(children[c], children, c)) 736 return walktree(roots, children, None)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | inspect.py | 705 def walktree(classes, children, parent): function 712 results.append(walktree(children[c], children, c)) 739 return walktree(roots, children, None)
|