Package openid :: Package store :: Module memstore :: Class ServerAssocs
[frames | no frames]

Type ServerAssocs

object --+
         |
        ServerAssocs


Method Summary
  __init__(self)
  best(self)
Returns association with the oldest issued date.
  cleanup(self)
Remove expired associations.
  get(self, handle)
  remove(self, handle)
  set(self, assoc)
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

best(self)

Returns association with the oldest issued date.

or None if there are no associations.

cleanup(self)

Remove expired associations.
Returns:
tuple of (removed associations, remaining associations)

Generated by Epydoc 2.1 on Fri Jun 6 15:54:33 2008 http://epydoc.sf.net