Module strategies
source code
This module contains the supporting classes for the Two Step Analysis
user agent algorithm that is used as the primary way to match user agents
with the Java API for the WURFL.
A description of the way the following source is intended to work can
be found within the source for the original Java API implementation here:
http://sourceforge.net/projects/wurfl/files/WURFL Java API/
The original Java code is GPLd and Copyright (c) WURFL-Pro srl
Version:
1.0.1
Author:
Armand Lynch <lyncha@users.sourceforge.net>
Copyright:
Copyright 2010, Armand Lynch
License:
LGPL
|
|
|
|
|
first_of_best_matches(needle,
candidates,
best_match_index,
best_distance) |
source code
|
|
|
|
|
__doc__ = ...
|
|
__url__ = ' http://celljam.net/ '
|
|
__package__ = ' pywurfl.algorithms.wurfl '
|
__doc__
- Value:
"""
This module contains the supporting classes for the Two Step Analysis
user agent
algorithm that is used as the primary way to match user agents with th
e Java API
for the WURFL.
A description of the way the following source is intended to work can
...
|
|