| Home | Trees | Indices | Help |
|
|---|
|
|
Fetches information about a GPG key from a key-info server. See Fetcher.fetch_key_info for details.
Since: 0.42
Example:
>>> kf = KeyInfoFetcher(handler, 'https://server', fingerprint) >>> while True: print kf.info if kf.blocker is None: break print kf.status yield kf.blocker
| Instance Methods | |||
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 25 15:59:01 2011 | http://epydoc.sourceforge.net |