Lines Matching defs:hello
1315 def hello(self):
1316 return 'hello, %s' % self
2495 def hello(self):
2496 print('hello from %s' % (self, ))
2557 def hello(self):
2558 print('hello from %s' % (self, ))
4599 CONVERT_STR_TEST_1 = 'hello'
4628 for suffix, value in (('1', 'hello'), ('2', 'goodbye')):
4698 self.assertEqual(test_type.CONVERT_STR_TEST_1, 'hello')
4711 self.assertEqual(format(test_type.CONVERT_STR_TEST_1), 'hello')