Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(1) | Derive(0) | Import(2)
src/f/t/ftw.bridge.client-1.0.8/ftw/bridge/client/browser/watcher.py ftw.bridge.client(Download)
from ftw.bridge.client.portlets.watcher import Assignment from ftw.bridge.client.utils import get_brain_url from ftw.bridge.client.utils import get_object_url from ftw.bridge.client.utils import json from plone.app.portlets.utils import assignment_from_key
'items': list(self.get_items(obj)), 'details_url': '%s/@@watcher-recently-modified' % ( get_object_url(obj))} def get_items(self, obj):
src/f/t/ftw.bridge.client-1.0.8/ftw/bridge/client/tests/test_utils.py ftw.bridge.client(Download)
from Products.CMFCore.utils import getToolByName from ftw.bridge.client.interfaces import PORTAL_URL_PLACEHOLDER from ftw.bridge.client.testing import EXAMPLE_CONTENT_LAYER from ftw.bridge.client.utils import get_brain_url from ftw.bridge.client.utils import get_object_url