MCPcopy Index your code
hub / github.com/pimutils/vdirsyncer / inner

Method inner

tests/storage/test_singlefile.py:15–20  ·  view source on GitHub ↗
(collection='test')

Source from the content-addressed store, hash-verified

13 @pytest.fixture
14 def get_storage_args(self, tmpdir):
15 def inner(collection='test'):
16 rv = {'path': str(tmpdir.join('%s.txt')),
17 'collection': collection}
18 if collection is not None:
19 rv = self.storage_class.create_collection(**rv)
20 return rv
21 return inner

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
create_collectionMethod · 0.45

Tested by

no test coverage detected