MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / _random_string

Function _random_string

src/api/vertex.py:76–77  ·  view source on GitHub ↗
(n: int)

Source from the content-addressed store, hash-verified

74
75
76def _random_string(n: int) -> str:
77 return "".join(random.choices(string.ascii_lowercase + string.digits, k=n))
78
79
80# ==================== 请求头 ====================

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected