Package phones :: Module com_samsung :: Class SMS_Saved_List
[hide private]
[frames] | no frames]

Class SMS_Saved_List

source code

      object --+    
               |    
SMS_Generic_List --+
                   |
                  SMS_Saved_List

Instance Methods [hide private]
 
__init__(self, phone)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
read(self) source code
 
_extract_body(self, s) source code

Inherited from SMS_Generic_List: get

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

Class Variables [hide private]
  _max_entries = 20
  _valid_range = xrange(20)
  _field_num = 5
  _datetime_index = 1
  _from_index = 2
  _body_index = 4
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, phone)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

read(self)

source code 
Overrides: SMS_Generic_List.read