Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py29 class SuiteInfoBase: class
88 class FunctionInfo(SuiteInfoBase, SuiteFuncInfo):
91 SuiteInfoBase.__init__(self, tree and tree[-1] or None)
94 class ClassInfo(SuiteInfoBase):
97 SuiteInfoBase.__init__(self, tree and tree[-1] or None)
106 class ModuleInfo(SuiteInfoBase, SuiteFuncInfo):
109 SuiteInfoBase.__init__(self, tree)