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
 
app_mgr(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__

Class Variables
  feed_mirror = property(lambda self: self.mirror, lambda self, ...
Instance Variables
 
handler(self)
handler for main-loop integration
source code
bool auto_approve_keys
whether to approve known keys automatically
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
str | None mirror
the base URL of a mirror site for feeds, keys and implementations (since 1.10)
Properties

Inherited from object: __class__

Method Details

__init__(self, handler=None)
(Constructor)

source code 

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

Parameters:
Overrides: object.__init__

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

app_mgr(self)

source code 
Decorators:
  • @property

Class Variable Details

feed_mirror

Value:
property(lambda self: self.mirror, lambda self, value: setattr(self, '\
mirror', value))

Instance Variable Details

handler(self)

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