Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
Log a message from the console
src/b/3/b3-1.9.2/b3/parsers/cod.py b3(Download)
def startup(self): if not self.config.has_option('server','game_log'): self.critical("your main config file is missing the 'game_log' setting in section 'server'") raise SystemExit(220)
src/b/i/big-brother-bot-HEAD/b3/parsers/cod.py big-brother-bot(Download)
def startup(self): if not self.config.has_option('server','game_log'): self.critical("your main config file is missing the 'game_log' setting in section 'server'") raise SystemExit(220)
src/b/3/b3-1.9.2/b3/parsers/iourt41.py b3(Download)
def startup(self): if not self.config.has_option('server','game_log'): self.critical("your main config file is missing the 'game_log' setting in section 'server'") raise SystemExit(220)
src/b/i/big-brother-bot-HEAD/b3/parsers/iourt41.py big-brother-bot(Download)
def startup(self): if not self.config.has_option('server','game_log'): self.critical("your main config file is missing the 'game_log' setting in section 'server'") raise SystemExit(220)