Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
def
_random_string(n: int) -> str:
77
return
""
.join(random.choices(string.ascii_lowercase + string.digits, k=n))
78
79
80
# ==================== 请求头 ====================
Callers
1
_fetch_recaptcha_token_once
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected