##// END OF EJS Templates
handle missing 'text/plain' in displayhook...
handle missing 'text/plain' in displayhook avoids KeyError when repr fails

File last commit:

r17886:6476f5a8
r18026:6ee28e22
Show More
warning_timeit_cache.rst
2 lines | 196 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / warning_timeit_cache.rst

Using %timeit prints warnings if there is atleast a 4x difference in timings between the slowest and fastest runs, since this might meant that the multiple runs are not independent of one another.