Package phones :: Module com_samsungschu470 :: Class PBEntry
[show private | hide private]
[frames | no frames]

Type PBEntry

object --+        
         |        
   PBEntry --+    
             |    
       PBEntry --+
                 |
                PBEntry


Method Summary
  getvalue(self)
  _extract_ringtone(self, entry, p_class)
  _extract_wallpaper(self, entry, p_class)
    Inherited from PBEntry
  _build(self, entry)
  _build_memo(self, memo)
  _extract_memo(self, entry, p_class)
    Inherited from PBEntry
  __init__(self, phone, data, fundamentals)
  writetobuffer(self, buf)
  _build_email(self, emails)
  _build_group(self, cat)
  _build_number(self, number, ringtone, primary)
  _build_wallpaper(self, wallpaper)
  _extract_emails(self, entry, p_class)
  _extract_group(self, entry, p_class)
  _extract_numbers(self, entry, p_class)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
    Inherited from PBEntry
dict _number_type_dict = {'cell': (32, 'cell'), 'home': (8, '...
dict _pb_type_dict = {'cell': 'cell', 'home': 'home', 'fax': ...

Generated by Epydoc 2.1 on Fri Aug 15 18:58:23 2008 http://epydoc.sf.net