Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_symtable.py133 self.assertTrue(self.top.lookup("spam").get_namespace() is self.spam)
136 self.assertRaises(ValueError, ns_test.get_namespace)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dsymbols.py457 if not list_eq(get_names(s.get_namespace()),
460 print sorted(get_names(s.get_namespace()))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymtable.py227 def get_namespace(self): member in Symbol