Package zeroinstall :: Package injector :: Module gpg :: Class ErrSig
[frames] | no frames]

Class ErrSig

source code

object --+    
         |    
 Signature --+
             |
            ErrSig

Error while checking a signature.

Instance Methods
str
__str__(self)
str(x)
source code
str | None
need_key(self)
Returns the ID of the key that must be downloaded to check this signature.
source code

Inherited from Signature: __init__, is_trusted

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

Class Variables
  KEYID = 0
  ALG = 1
  RC = -1
Instance Variables

Inherited from Signature: messages, status

Properties

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

source code 

str(x)

Returns: str
Overrides: object.__str__

need_key(self)

source code 

Returns the ID of the key that must be downloaded to check this signature.

Returns: str | None
Overrides: Signature.need_key