Skip to main content

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

TypeDescription
strA string containing valid Python source code with multiple variable assignments.