Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
def
_random_string():
9
return
'{:.9f}'
.format(random.random())
10
11
12
class
MemoryStorage(Storage):
Callers
3
get
Method · 0.90
upload
Method · 0.85
update
Method · 0.85
Calls
no outgoing calls
Tested by
1
get
Method · 0.72