Package openid :: Package test :: Module test_server :: Class MockSignatory
[frames] | no frames]

Class MockSignatory

source code

object --+
         |
        MockSignatory

Instance Methods
 
__init__(self, assoc)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
verify(self, assoc_handle, message) source code
 
getAssociation(self, assoc_handle, dumb) source code
 
invalidate(self, assoc_handle, dumb) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  isValid = True
Properties

Inherited from object: __class__

Method Details

__init__(self, assoc)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)