literal_strings_many_small_python
No overview available.
def literal_strings_many_small_python(
bench: &mut Bencher
) - > str
Generates a large Python script containing numerous small literal string assignments to test compiler or interpreter limits.
Returns
| Type | Description |
|---|---|
str | A string containing valid Python source code with multiple variable assignments. |