Package pywurfl :: Module serialize :: Class Serialize
[hide private]
[frames] | no frames]

Class Serialize

source code

object --+
         |
        Serialize

Instance Methods [hide private]
  __init__(self, devices)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  _find_group(self, cap)
  _get_value(self, x)
  _walk(self, device, devices)
  to_xml(self, filename)
Serialize pywurfl's WURFL class hierarchy to xml

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


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, devices)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_find_group(self, cap)

source code 
None

_get_value(self, x)

source code 
None

_walk(self, device, devices)

source code 
None

to_xml(self, filename)

source code 
Serialize pywurfl's WURFL class hierarchy to xml
Parameters:
  • filename (string) - The filename to save the hierarchy to