Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/b/n/bnw-HEAD/bnw/scripts/search.py bnw(Download)
bnw.core.base.config.register(config) bnw.core.bnw_mongo.open_db()
src/b/n/bnw-HEAD/bnw/scripts/instance.py bnw(Download)
from bnw.xmpp import bnw_component, xmpp_notifier bnw.core.base.config.register(config) application = service.Application("BnW")
src/b/n/bnw-HEAD/bnw/core/ensure_indexes.py bnw(Download)
import config bnw.core.base.config.register(config) index().addCallback(lambda ign: reactor.stop()) reactor.run()