Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_copy_reg.py50 self.assertRaises(ValueError, copy_reg.remove_extension,
63 self.assertRaises(ValueError, copy_reg.remove_extension,
68 self.assertRaises(ValueError, copy_reg.remove_extension,
73 self.assertRaises(ValueError, copy_reg.remove_extension,
77 self.assertRaises(ValueError, copy_reg.remove_extension,
94 copy_reg.remove_extension(mod, func, code)
Dpickletester.py86 copy_reg.remove_extension(self.pair[0], self.pair[1], code)
95 copy_reg.remove_extension(curpair[0], curpair[1], code)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy_reg.py175 def remove_extension(module, name, code): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy_reg.py175 def remove_extension(module, name, code): function