Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(2) | Derive(0) | Import(4)
src/b/3/b3-1.9.2/b3/parsers/iourt42.py b3(Download)
from b3.clients import Client from b3.events import Event from b3.plugins.spamcontrol import SpamcontrolPlugin __author__ = 'Courgette'
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt42.py big-brother-bot(Download)
from b3.clients import Client from b3.events import Event from b3.plugins.spamcontrol import SpamcontrolPlugin __author__ = 'Courgette'
src/b/3/b3-1.9.2/tests/plugins/test_spamcontrol.py b3(Download)
from b3.fake import FakeClient from b3.plugins.admin import AdminPlugin from b3.plugins.spamcontrol import SpamcontrolPlugin from tests import B3TestCase
def init_plugin(self, config_content): self.conf = XmlConfigParser() self.conf.setXml(config_content) self.p = SpamcontrolPlugin(self.console, self.conf)
src/b/i/big-brother-bot-HEAD/tests/plugins/test_spamcontrol.py big-brother-bot(Download)
from b3.fake import FakeClient from b3.plugins.admin import AdminPlugin from b3.plugins.spamcontrol import SpamcontrolPlugin from tests import B3TestCase
def init_plugin(self, config_content): self.conf = XmlConfigParser() self.conf.setXml(config_content) self.p = SpamcontrolPlugin(self.console, self.conf)