Package tp :: Package client :: Module ChangeList :: Class ChangeList
[show private | hide private]
[frames | no frames]

Type ChangeList

object --+
         |
        ChangeList


Method Summary
  __init__(self)
  __contains__(self, tofind)
  __delitem__(self, id)
  __getitem__(self, id)
  __iter__(self, sliceme)
  __len__(self)
  append(self, toappend)
  find(self, what)
  index(self, needle)
  insert_after(self, node, ins)
  insert_before(self, node, ins)
  slot(self, needle)
    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)...

Property Summary
  first
  last

Property Details

first

Get Method:
first(...)

last

Get Method:
last(...)

Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 http://epydoc.sf.net