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/c/a/Cactus-2.3.1/cactus/site.py Cactus(Download)
self.listener = Listener(self.path, rebuild, ignore=lambda x: '/.build/' in x) self.listener.run() try:
src/c/a/Cactus-HEAD/cactus/site.py Cactus(Download)
self.listener = Listener(self.path, rebuild, ignore=lambda x: '/.build/' in x) self.listener.run() try:
src/c/a/Cactus_Refactored-HEAD/cactus/site.py Cactus_Refactored(Download)
self.path, rebuild, ignore=lambda x: '/.tmp/' in x ) self.listener.run() from twisted.web.server import Site as Website