|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
select_ua(self,
devua,
actual_device_root=False,
filter_noise=True,
search=None,
instance=True)
Return a Device object based on the user agent. |
source code
|
|
|
select_id(self,
devid,
actual_device_root=False,
instance=True)
Return a Device object based on the WURFL ID. |
source code
|
|
|
|
|
|
|
_remove_capability(self,
device,
capability) |
source code
|
|
|
|
|
|
|
|
|
add(self,
parent,
devid,
devua,
actual_device_root=False,
capabilities=None)
Add a device to the WURFL class hierarchy |
source code
|
|
|
insert_before(self,
child,
devid,
devua,
actual_device_root=False,
capabilities=None)
Create and insert a device before another. |
source code
|
|
|
insert_after(self,
parent,
devid,
devua,
actual_device_root=False,
capabilities=None)
Create and insert a device after another. |
source code
|
|
|
|
|
|
|
_capability_generator(self,
return_groups=False) |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|