Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578920.py
File
recipe-578920.py
recipes/Python/578920_Random_Password_Generation/recipe-578920.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
strgen
import
StringGenerator
as
SG
2
SG(
"[\w\p\d]{20}"
).render()
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected