Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
src/f/t/ftw.bridge.proxy-1.1.1/ftw/bridge/proxy/tests/test_proxy_view.py ftw.bridge.proxy(Download)
from StringIO import StringIO from ftw.bridge.proxy import LOG from ftw.bridge.proxy.interfaces import IProxy from ftw.bridge.proxy.proxy import Proxy from ftw.bridge.proxy.testing import PYRAMID_LAYER
src/f/t/ftw.bridge.proxy-1.1.1/ftw/bridge/proxy/tests/test_proxy.py ftw.bridge.proxy(Download)
from StringIO import StringIO from ftw.bridge.proxy.interfaces import IClientManager from ftw.bridge.proxy.interfaces import IProxy from ftw.bridge.proxy.interfaces import PORTAL_URL_PLACEHOLDER from ftw.bridge.proxy.proxy import Proxy