Files
openide/python/testData/paramInfo/MultilineStringDefault.py

8 lines
215 B
Python

def get_random_string(length=12,
allowed_chars='abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'):
pass
get_random_string(1, <arg2>)