naming Module
Functions
generate_random_ascii_name
Generate a series of random ASCII characters of the specified length.
As example, plugin/function names can contain upper/lowercase letters, and underscores
generate_random_ascii_name(length: int = 16) -> str
Parameters
| Name | Description |
|---|---|
|
length
|
The length of the string to generate. Default value: 16
|
Returns
| Type | Description |
|---|---|
|
A string of random ASCII characters of the specified length. |