Searched refs:Wrapper (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_unicode.py440 class Wrapper: class in function:UnicodeTest.test_formatting
443 self.assertEqual('%s' % Wrapper(), u'\u1234')
H A Dtest_descr.py2336 class Wrapper(object): class in function:.test_dir
2340 return "Wrapper(%s)" % repr(self.__obj)
2342 return Wrapper(self.__obj[key])
2346 return Wrapper(getattr(self.__obj, name))
2350 return Wrapper(type(self))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
H A DBuildReport.py131 # @Wrapper Indicates whether to wrap the string
133 def FileWrite(File, String, Wrapper=False):
134 if Wrapper:

Completed in 108 milliseconds