Home | Trees | Indices | Help |
|
---|
|
object --+ | KeyInfoFetcher
Fetches information about a GPG key from a key-info server. See Fetcher.fetch_key_info for details.
Since: 0.42
Example:
>>> kf = KeyInfoFetcher(fetcher, 'https://server', fingerprint) >>> while True: print kf.info if kf.blocker is None: break print kf.status yield kf.blocker
Instance Methods | |||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |