pytoolz / benchtoolz

Benchmark Python and Cython code
Other
13 stars 3 forks source link

Remove leading and trailing underscores when printing table #12

Open eriknw opened 10 years ago

eriknw commented 10 years ago

This is a minor aesthetic. When tables are printed, common prefixes and suffixes are stripped, which sometimes results in leading and trailing underscores. Why not strip these underscores too (if it doesn't cause a naming conflict)?