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

Function inner

tests/unit/utils/test_vobject.py:210–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208
209def test_replace_multiline_uid(benchmark):
210 def inner():
211 return vobject.Item(complex_uid_item).with_uid('a').uid
212
213 assert benchmark(inner) == 'a'
214

Callers

nothing calls this directly

Calls 1

with_uidMethod · 0.80

Tested by

no test coverage detected