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

Class SMS_Inbox_List

source code

      object --+    
               |    
SMS_Generic_List --+
                   |
                  SMS_Inbox_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 = 100
  _valid_range = xrange(100)
  _datetime_index = 3
  _body_index = 4
  _callback_index = 5
  _field_num = 6
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