\r\n

51Degrees Device Detection Python  4.4

Device Detection services for 51Degrees Pipeline

fiftyone_devicedetection_examples.onpremise.useragentclienthints-web Namespace Reference

def  get_value_helper (flowdata, engine, property_key)
def  server ()
 data_file = ExampleUtils.find_file("51Degrees-LiteV4.1.hash")
 pipeline
 app = Flask(__name__)

Function Documentation

◆ get_value_helper()

def fiftyone_devicedetection_examples.onpremise.useragentclienthints-web.get_value_helper (   flowdata,
  engine,
  property_key  
)

◆ server()

def fiftyone_devicedetection_examples.onpremise.useragentclienthints-web.server ( )

Variable Documentation

◆ app

fiftyone_devicedetection_examples.onpremise.useragentclienthints-web.app = Flask(__name__)

◆ data_file

fiftyone_devicedetection_examples.onpremise.useragentclienthints-web.data_file = ExampleUtils.find_file("51Degrees-LiteV4.1.hash")

◆ pipeline

fiftyone_devicedetection_examples.onpremise.useragentclienthints-web.pipeline
Initial value:
1 = DeviceDetectionOnPremisePipelineBuilder(
2  data_file_path = data_file,
3  licence_keys = "",
4  performance_profile = 'MaxPerformance',
5  auto_update=False).build()
Definition: __init__.py:1
On This Page