Trees | Indices | Help |
|
---|
|
object --+ | Devices
Main pywurfl API class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
groups Yields all group names |
|||
capabilities Yields all capability names |
|||
grouped_capabilities Yields the tuple (group, capability) for all capabilities |
|||
ids Return an iterator of all WURFL device ids |
|||
uas Return an iterator of all device user agents |
|||
md5_hexdigest Return MD5 hex digest for all WURFL data |
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Find an actual device root.
|
Return a Device object based on the user agent.
|
Return a Device object based on the WURFL ID.
|
Add a group to the WURFL class hierarchy
|
Remove a group and all its capabilities from the WURFL class hierarchy
|
Add a capability to the WURFL class hierarchy
|
Remove a capability from the WURFL class hierarchy
|
Add a device to the WURFL class hierarchy
|
Create and insert a device before another. The parent of the inserted device becomes the parent of the child device. The child device's parent is changed to the inserted device.
|
Create and insert a device after another. The parent of the inserted device becomes the parent argument. The children of the parent device become the children of the inserted device then the parent device's children attribute is to the inserted device.
|
Remove a device from the WURFL class hierarchy
|
Remove a device and all of its children from the WURFL class hierarchy
|
|
groupsYields all group names
|
capabilitiesYields all capability names
|
grouped_capabilitiesYields the tuple (group, capability) for all capabilities
|
idsReturn an iterator of all WURFL device ids
|
uasReturn an iterator of all device user agents
|
md5_hexdigestReturn MD5 hex digest for all WURFL data
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 18 18:56:10 2009 | http://epydoc.sourceforge.net |