Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/b/a/babble.client-2.0/src/babble/client/browser/chat.py babble.client(Download)
# Catch timeouts so that we can notify the caller log.warn('get_uncleared__messages: timeout error for %s' % username) return json.dumps({'status': config.TIMEOUT_RESPONSE}) json_dict = json.loads(resp)
# Catch timeouts so that we can notify the caller log.warn('poll: timeout error for %s' % username) return json.dumps({'status': config.TIMEOUT_RESPONSE}) except xmlrpclib.Fault, e: err_msg = e.faultString
src/b/a/babble.client-2.0/src/babble/client/utils.py babble.client(Download)
'Socket error from get_last_conversation: ' + \ 'server.getUnclearedMessages: %s \nIs the chatserver running?' %e) return config.TIMEOUT_RESPONSE