Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/b/i/big-brother-bot-HEAD/tests/plugins/test_adv.py big-brother-bot(Download)
def test_clear(self): ml = MessageLoop() ml.items = ['f00', 'bar'] ml.clear() self.assertEqual([], ml.items)
src/b/3/b3-1.9.2/tests/plugins/test_adv.py b3(Download)
def test_clear(self): ml = MessageLoop() ml.items = ['f00', 'bar'] ml.clear() self.assertEqual([], ml.items)