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

Type SMS_Saved_List

      object --+    
               |    
SMS_Generic_List --+
                   |
                  SMS_Saved_List


Method Summary
  __init__(self, phone)
  read(self)
  _extract_body(self, s)
    Inherited from SMS_Generic_List
  get(self)
    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
int _body_index = 4                                                                     
int _datetime_index = 1                                                                     
int _field_num = 5                                                                     
int _from_index = 2                                                                     
int _max_entries = 20                                                                    
xrange _valid_range = xrange(20)

Class Variable Details

_body_index

Type:
int
Value:
4                                                                     

_datetime_index

Type:
int
Value:
1                                                                     

_field_num

Type:
int
Value:
5                                                                     

_from_index

Type:
int
Value:
2                                                                     

_max_entries

Type:
int
Value:
20                                                                    

_valid_range

Type:
xrange
Value:
xrange(20)                                                             

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