Package openid :: Package test :: Module test_association_response :: Class DummyAssociationSession
[hide private]
[frames] | no frames]

Class DummyAssociationSession

source code

object --+
         |
        DummyAssociationSession

Instance Methods [hide private]
 
extractSecret(self, message) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  secret = 'shh! don\'t tell!'
  extract_secret_called = False
  session_type = None
  allowed_assoc_types = None
Properties [hide private]

Inherited from object: __class__