Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/f/t/ftw.geo-1.3/ftw/geo/tests/test_geocoding.py ftw.geo(Download)
from ftw.geo.handlers import geocodeAddressHandler from ftw.geo.interfaces import IGeocodableLocation from ftw.geo.testing import ZCML_LAYER from ftw.geo.tests.utils import is_coord_tuple from ftw.testing import MockTestCase
class TestGeocoding(MockTestCase): layer = ZCML_LAYER def setUp(self):