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

Method get_pair

vdirsyncer/cli/config.py:205–209  ·  view source on GitHub ↗
(self, pair_name)

Source from the content-addressed store, hash-verified

203 return expand_fetch_params(args)
204
205 def get_pair(self, pair_name):
206 try:
207 return self.pairs[pair_name]
208 except KeyError as e:
209 raise exceptions.PairNotFound(e, pair_name=pair_name)
210
211
212class PairConfig:

Callers 2

discoverFunction · 0.80
prepare_pairFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected