Package pywurfl :: Package algorithms :: Package wurfl :: Module handlers :: Class AbstractMatcher
[hide private]
[frames] | no frames]

Class AbstractMatcher

source code

object --+
         |
        AbstractMatcher
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, normalizer=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
add(self, user_agent, wurfl_id) source code
 
can_handle(self, user_agent) source code
 
__call__(self, user_agent) source code
 
conclusive_match(self, user_agent) source code
 
look_for_matching_user_agent(self, user_agent) source code
 
recovery_match(self, user_agent) source code
 
catch_all_recovery_match(self, user_agent) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  user_agent_map = {}
Properties [hide private]
  user_agents

Inherited from object: __class__

Method Details [hide private]

__init__(self, normalizer=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

user_agents

Get Method:
unreachable.user_agents(self)