Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(5) | Call(0) | Derive(1) | Import(4)
src/a/c/actionbar.babble-0.3b3/src/actionbar/babble/browser/interfaces.py actionbar.babble(Download)
from babble.client.interfaces import IBabbleClientLayer class IActionbarBabbleLayer(IBabbleClientLayer): """Marker Interface for a custom BrowserLayer """
src/b/a/babble.client-2.0/src/babble/client/events.py babble.client(Download)
from babble.client.utils import getConnection from babble.client.interfaces import IBabbleClientLayer log = logging.getLogger(__name__)
src/b/a/babble.client-2.0/src/babble/client/tests/test_chat.py babble.client(Download)
from OFS.Folder import Folder from babble.client import utils from babble.client.interfaces import IBabbleClientLayer from babble.client.tests.base import TestCase from babble.server import config
src/b/a/babble.client-2.0/src/babble/client/tests/base.py babble.client(Download)
from Products.PloneTestCase import layer from babble.client.interfaces import IBabbleClientLayer SiteLayer = layer.PloneSite