Home | History | Annotate | Download | only in test

Lines Matching refs:set_info

511         msg.set_info('foo')
542 msg2.set_info('2,S')
1321 # Use get_info() and set_info()
1324 msg.set_info('1,foo=bar')
1326 self.assertRaises(TypeError, lambda: msg.set_info(None))
1336 msg.set_info('1,')