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

Function _random_string

vdirsyncer/storage/memory.py:8–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def _random_string():
9 return '{:.9f}'.format(random.random())
10
11
12class MemoryStorage(Storage):

Callers 3

getMethod · 0.90
uploadMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by 1

getMethod · 0.72