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/3/b3-1.9.2/tests/plugins/test_adv.py b3(Download)
def test_remove(self): ml = MessageLoop() ml.items = ['f00', 'bar'] self.assertEqual("f00", ml.getitem(0)) ml.remove(0)
src/b/i/big-brother-bot-HEAD/tests/plugins/test_adv.py big-brother-bot(Download)
def test_remove(self): ml = MessageLoop() ml.items = ['f00', 'bar'] self.assertEqual("f00", ml.getitem(0)) ml.remove(0)