Import machinery for ``cpp_lib.so`` can get repetitive to look at.
(result)
| 742 | |
| 743 | import textwrap |
| 744 | def pretty_print(result): |
| 745 | """Import machinery for ``cpp_lib.so`` can get repetitive to look at.""" |
| 746 | print(repr(result).replace(textwrap.indent(module_import_str, " "), " import cpp_lib")) |
| 747 | |
| 748 | |
| 749 | t_baseline = benchmark.Timer( |