Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(0) | Derive(0) | Import(3)
src/b/a/babble.server-1.1/babble/server/tests/test_chatservice.py babble.server(Download)
zcml.load_config('configure.zcml', package=babble.server) from babble.server import config from babble.server import interfaces from babble.server.conversation import Conversation
src/b/a/babble.server-1.1/babble/server/tests/stress_test.py babble.server(Download)
from babble.server.service import ChatService from babble.server import config sys.setcheckinterval(200)
src/b/a/babble.client-2.0/src/babble/client/tests/test_chat.py babble.client(Download)
from babble.client.interfaces import IBabbleClientLayer from babble.client.tests.base import TestCase from babble.server import config # Regex to test for ISO8601, i.e: '2011-09-30T15:49:35.417693+00:00'