[frames | no frames] [show private | hide private]

TaskEngine.Reader
Class Reader

UserList --+
           |
          Reader

Known Subclasses:
INIDirectoryReader, INIFileReader

Method Summary
  __init__(self, initlist)
(inherited from UserList)
  __add__(self, other)
(inherited from UserList)
  __cmp__(self, other)
(inherited from UserList)
  __contains__(self, item)
(inherited from UserList)
  __delitem__(self, i)
(inherited from UserList)
  __delslice__(self, i, j)
(inherited from UserList)
  __eq__(self, other)
(inherited from UserList)
  __ge__(self, other)
(inherited from UserList)
  __getitem__(self, i)
(inherited from UserList)
  __getslice__(self, i, j)
(inherited from UserList)
  __gt__(self, other)
(inherited from UserList)
  __iadd__(self, other)
(inherited from UserList)
  __imul__(self, n)
(inherited from UserList)
  __le__(self, other)
(inherited from UserList)
  __len__(self)
(inherited from UserList)
  __lt__(self, other)
(inherited from UserList)
  __mul__(self, n)
(inherited from UserList)
  __ne__(self, other)
(inherited from UserList)
  __radd__(self, other)
(inherited from UserList)
  __repr__(self)
(inherited from UserList)
  __rmul__(self, n)
(inherited from UserList)
  __setitem__(self, i, item)
(inherited from UserList)
  __setslice__(self, i, j, other)
(inherited from UserList)
  __str__(self)
  append(self, item)
(inherited from UserList)
  count(self, item)
(inherited from UserList)
  extend(self, other)
(inherited from UserList)
  index(self, item)
(inherited from UserList)
  insert(self, i, item)
(inherited from UserList)
  pop(self, i)
(inherited from UserList)
  read(self, context)
  remove(self, item)
(inherited from UserList)
  reverse(self)
(inherited from UserList)
  setContext(self)
  sort(self, *args)
(inherited from UserList)

Class Variable Summary
Interface __implements__

Method Details

Informal representation operator

__str__(self)

read

read(self, context)

setContext

setContext(self)


Class Variable Details

__implements__

Type:
Interface
Value:
<Interface TaskEngine.Reader.IReader at 83004bc>                       

Generated by Epydoc 1.1 on Mon Oct 21 19:45:06 2002 http://epydoc.sf.net