Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/b/3/b3-1.9.2/tests/plugins/test_login.py b3(Download)
import unittest2 as unittest from b3.plugins.login import LoginPlugin from b3.config import XmlConfigParser
else: self.conf.load(default_plugin_file) self.p = LoginPlugin(self.console, self.conf) self.log.setLevel(logging.DEBUG)
src/b/i/big-brother-bot-HEAD/tests/plugins/test_login.py big-brother-bot(Download)
import unittest2 as unittest from b3.plugins.login import LoginPlugin from b3.config import XmlConfigParser
else: self.conf.load(default_plugin_file) self.p = LoginPlugin(self.console, self.conf) self.log.setLevel(logging.DEBUG)