Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_symtable.py155 self.assertEqual(self.Mine.get_methods(), ('a_method',))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymtable.py163 def get_methods(self): member in Class