Lines Matching refs:say_something
286 assert obj.say_something(3) == "hihihi"
291 assert obj.say_something(3) == "hihihi"
296 assert obj.say_something(3) == "B says hi 3 times"
302 assert obj.say_something(3) == "B says hi 3 times"
312 assert obj.say_something(3) == "B says hi 3 times"
321 assert obj.say_something(3) == "B says hi 3 times"
331 assert obj.say_something(3) == "B says hi 3 times"
341 assert obj.say_something(3) == "B says hi 3 times"
354 assert obj.say_something(3) == "B says hi 3 times"
360 assert obj.say_something(3) == "B says hi 3 times"
366 def say_something(self, times): member in test_inherited_virtuals.DT
376 assert obj.say_something(3) == "DT says: quack quack quack"
382 def say_something(self, times): member in test_inherited_virtuals.DT2
389 def say_something(self, times): member in test_inherited_virtuals.BT
399 assert obj.say_something(3) == "BTBTBT"