Package twisted :: Package manhole :: Package ui :: Module spelunk_gnome :: Class PairList
[show private | hide private]
[frames | no frames]

Class PairList

UserList --+
           |
          PairList


An ordered list of key, value pairs.

Kinda like an ordered dictionary. Made with small data sets in mind, as get() does a linear search, not hashing.
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)
  append(self, item)
(inherited from UserList)
  count(self, item)
(inherited from UserList)
  extend(self, other)
(inherited from UserList)
  get(self, key)
  index(self, item)
(inherited from UserList)
  insert(self, i, item)
(inherited from UserList)
  keys(self)
  pop(self, i)
(inherited from UserList)
  remove(self, item)
(inherited from UserList)
  reverse(self)
(inherited from UserList)
  sort(self, *args)
(inherited from UserList)
  _UserList__cast(self, other)
(inherited from UserList)

Generated by Epydoc 1.1 on Sat Feb 15 21:19:09 2003 http://epydoc.sf.net