Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ random_str
Function
random_str
utility.py:100–101 ·
view source on GitHub ↗
(size=12, chars=string.ascii_uppercase + string.digits)
Source
from the content-addressed store, hash-verified
98
99
100
def
random_str(size=12, chars=string.ascii_uppercase + string.digits):
101
return
''
.join(random.choice(chars)
for
x in range(size))
Callers
6
create_test_db
Function · 0.90
run_charset_validation
Method · 0.90
run_schema_metadata_validation
Method · 0.90
test_schema_table_views_and_columns_query
Method · 0.85
TestMssqlCliClientMultipleStatement
Class · 0.85
tmp_filepath
Method · 0.85
Calls
no outgoing calls
Tested by
5
create_test_db
Function · 0.72
run_charset_validation
Method · 0.72
run_schema_metadata_validation
Method · 0.72
test_schema_table_views_and_columns_query
Method · 0.68
tmp_filepath
Method · 0.68