Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
All the public methods return JSON dicts. Each JSON dict will have a 'status' field, that can contain one of the following integer values: SUCCESS = 0 AUTH_FAIL = -1 TIMEOUT = 1 ERROR = SERVER_FAULT = 2 NOT_FOUND = 3
src/b/a/babble.server-1.1/babble/server/Extensions/upgrade_to_1_0.py babble.server(Download)
from Products.BTreeFolder2.BTreeFolder2 import manage_addBTreeFolder from babble.server.conversation import Conversation from babble.server.interfaces import IChatService from babble.server.message import Message