MCPcopy
hub / github.com/pimutils/vdirsyncer / CollectionConfig

Class CollectionConfig

vdirsyncer/cli/config.py:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302class CollectionConfig:
303 def __init__(self, pair, name, config_a, config_b):
304 self.pair = pair
305 self._config = pair._config
306 self.name = name
307 self.config_a = config_a
308 self.config_b = config_b
309
310
311#: Public API. Khal's config wizard depends on this function.

Callers 1

prepare_pairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected