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

Type SMS_Inbox_List

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

Class Variable Details

_body_index

Type:
int
Value:
4                                                                     

_callback_index

Type:
int
Value:
5                                                                     

_datetime_index

Type:
int
Value:
3                                                                     

_field_num

Type:
int
Value:
6                                                                     

_max_entries

Type:
int
Value:
100                                                                   

_valid_range

Type:
xrange
Value:
xrange(100)                                                            

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