24 from rapp_utilities
import RappUtilities
25 from rapp_exceptions
import RappError
26 from rapp_http_request_handler
import RappHttpRequestHandler
27 from rapp_http_json_parser
import RappHttpJSONParser
34 __metaclass__ = abc.ABCMeta
54 RappUtilities.rapp_print(
'Abstract error',
'ERROR')
rapp_http_json_parser
Strips html tags from strings.
Base class for geolocators.
_url
The base geolocator url.
_http_request
Perform http requests to servers.
_accepted_status
The value of valid response status code.
def fetch_geolocation
Abstract method to fetch geolocation.