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

Class TodoList

source code

object --+
         |
        TodoList

Instance Methods [hide private]
 
__init__(self, phone, data={})
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get(self) source code
 
_extract_fields(self, s) source code
 
read(self) source code
 
_encode_fields(self, i, entry) source code
 
_write_entry(self, i, entry) source code
 
validate(self) source code
 
write(self) source code

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

Class Variables [hide private]
  _td_max_read_fields = 6
  _td_max_write_fields = 5
  _td_max_entries = 20
  _td_entry = 0
  _td_priority = 1
  _td_due_datetime = 2
  _td_datetime_stamp = 3
  _td_status = 4
  _td_subject = 5
  _td_write_subject = 4
  _td_max_len_name = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, phone, data={})
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)