MCPcopy 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
29def randomChar(y):
30 # 返回随机字符串
31 return ''.join(choice(string.ascii_letters) for _ in range(y))
32
33
34class CustomWidget(QWidget):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected