line_profiler
line_profiler copied to clipboard
don't print source lines without timing (docstrings, comments)
This is the simplest possible fix for #156
Closes #156
Does that mean that code that isn't run is not displayed ? The ouput would be very misleading if a block of code is hidden because of this.
@Nodd I'd think so, I wrote "simplest possible fix" because I expected a more elaborate one, i.e. only filtering non-code and leaving code that is not run