Searched defs:M2 (Results 1 - 1 of 1) sorted by last modified time

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_descr.py497 class M2(object): class in function:ClassPropertiesAndMethods.test_metaclass
514 __metaclass__ = M2
771 class M2(D, object): class in function:ClassPropertiesAndMethods.test_multiple_inheritence
773 return "M2 a"
775 return "M2 b"
777 self.assertEqual(M2.__mro__, (M2, D, C, object))
778 m = M2()
781 self.assertEqual(m.m2method(), "M2 a")
782 self.assertEqual(m.all_method(), "M2
1351 class M2(type): class in function:.test_errors
2314 class M2(M): class in function:.test_dir
[all...]

Completed in 43 milliseconds