wloc  0.8.0
Simple Wi-Fi geolocation library and tool
wloc.fetchers.factory.FetcherFactory Class Reference

Static Public Member Functions

def create ()
 

Detailed Description

Static class with factory methods.

Member Function Documentation

◆ create()

def wloc.fetchers.factory.FetcherFactory.create ( )
static
Returns the correct instance of the fetcher. Factory method.
:exception PlatformNotSupported: Current platform is not supported.
:return: An instance of the desired class.
:rtype: Any