Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ randomChar
Function
randomChar
QListView/CustomWidgetSortItem.py:29–31 ·
view source on GitHub ↗
(y)
Source
from the content-addressed store, hash-verified
27
28
29
def
randomChar(y):
30
# 返回随机字符串
31
return
''
.join(choice(string.ascii_letters)
for
_ in range(y))
32
33
34
class
CustomWidget(QWidget):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected