Package zeroinstall :: Package injector :: Module config :: Class Config
[frames] | no frames]

Class Config

source code

object --+
         |
        Config

Instance Methods
 
__init__(self, handler=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
stores(self) source code
 
iface_cache(self) source code
 
fetcher(self) source code
 
trust_mgr(self) source code
 
trust_db(self) source code
 
save_globals(self)
Write global settings.
source code

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

Instance Variables
 
handler(self)
handler for main-loop integration
source code
bool auto_approve_keys
whether to approve known keys automatically
str | None feed_mirror
the base URL of a mirror site for keys and feeds
int freshness
seconds since a feed was last checked before it is considered stale
str key_info_server
the base URL of a key information server
Properties

Inherited from object: __class__

Method Details

__init__(self, handler=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

stores(self)

source code 
Decorators:
  • @property

iface_cache(self)

source code 
Decorators:
  • @property

fetcher(self)

source code 
Decorators:
  • @property

trust_mgr(self)

source code 
Decorators:
  • @property

trust_db(self)

source code 
Decorators:
  • @property

Instance Variable Details

handler(self)

source code 
handler for main-loop integration
Decorators:
  • @property