Package pyxmpp :: Package sasl :: Module core :: Class Failure
[show private | hide private]
[frames | no frames]

Class Failure

Reply --+
        |
       Failure


The failure SASL message.

:Ivariables:
    - `reason`: the failure reason.
:Types:
    - `reason`: unicode.

Method Summary
  __init__(self, reason)
Initialize the `Failure` object.
  __repr__(self)
    Inherited from Reply
  base64(self)
Base64-encode the data contained in the reply.

Method Details

__init__(self, reason)
(Constructor)

Initialize the `Failure` object.

:Parameters:
    - `reason`: the failure reason.
:Types:
    - `reason`: unicode.
Overrides:
pyxmpp.sasl.core.Reply.__init__

Generated by Epydoc 2.1 on Wed May 31 22:37:03 2006 http://epydoc.sf.net