Package conary :: Module callbacks :: Class KeyCacheCallback
[hide private]
[frames] | no frames]

Class KeyCacheCallback

source code

object --+    
         |    
  Callback --+
             |
            KeyCacheCallback
Known Subclasses:
lib.openpgpkey.KeyCacheCallback

Instance Methods [hide private]
 
getPublicKey(self, keyId, serverName, warn=False) source code
 
__init__(self, repos=None, cfg=None)
PUBLIC API
source code

Inherited from Callback: __getattribute__, cancelOperation

Inherited from Callback (private): _exceptionOccured

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, repos=None, cfg=None)
(Constructor)

source code 
PUBLIC API
Decorators:
  • @api.publicApi
Overrides: Callback.__init__