Searched refs:Pedalo (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_descr.py876 class Pedalo(PedalWheelBoat,SmallCatamaran): pass class in function:ClassPropertiesAndMethods.test_monotonicity
882 self.assertEqual(Pedalo.__mro__,
883 (Pedalo, PedalWheelBoat, EngineLess, SmallCatamaran,
/external/python/cpython3/Lib/test/
H A Dtest_descr.py938 class Pedalo(PedalWheelBoat,SmallCatamaran): pass class in function:ClassPropertiesAndMethods.test_monotonicity
944 self.assertEqual(Pedalo.__mro__,
945 (Pedalo, PedalWheelBoat, EngineLess, SmallCatamaran,

Completed in 101 milliseconds