MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / random_lower_string

Function random_lower_string

backend/tests/utils/utils.py:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def random_lower_string() -> str:
10 return "".join(random.choices(string.ascii_lowercase, k=32))
11
12
13def random_email() -> str:

Calls

no outgoing calls