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

Method _run_impl

vdirsyncer/sync/__init__.py:162–163  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

160
161class Action:
162 def _run_impl(self, a, b): # pragma: no cover
163 raise NotImplementedError()
164
165 def run(self, a, b, conflict_resolution, partial_sync):
166 with self.auto_rollback(a, b):

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected