|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
|
find_actual_root(self,
device=<class 'pywurfl.RootDevice'>)
Find an actual device root.
|
|
select_ua(self,
devua,
actual_device_root=False,
filter_noise=True,
search=None,
instance=True)
Return a Device object based on the user agent.
|
|
select_id(self,
devid,
actual_device_root=False,
instance=True)
Return a Device object based on the WURFL ID.
|
|
add_group(self,
group)
Add a group to the WURFL class hierarchy
|
|
remove_group(self,
group)
Remove a group and all its capabilities from the WURFL class
hierarchy
|
|
_remove_capability(self,
device,
capability)
|
|
_remove_tree(self,
devid)
|
|
add_capability(self,
group,
capability,
default)
Add a capability to the WURFL class hierarchy
|
|
remove_capability(self,
capability)
Remove a capability from the WURFL class hierarchy
|
|
add(self,
parent,
devid,
devua,
actual_device_root=False,
capabilities=None)
Add a device to the WURFL class hierarchy
|
|
insert_before(self,
child,
devid,
devua,
actual_device_root=False,
capabilities=None)
Create and insert a device before another.
|
|
insert_after(self,
parent,
devid,
devua,
actual_device_root=False,
capabilities=None)
Create and insert a device after another.
|
|
remove(self,
devid)
Remove a device from the WURFL class hierarchy
|
|
remove_tree(self,
devid)
Remove a device and all of its children from the WURFL class
hierarchy
|
|
_capability_generator(self,
return_groups=False)
|
|
__iter__(self)
|
|
__len__(self)
|
|
_normalize_types(self)
|
|
_name_test(self,
name,
value)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|