##// END OF EJS Templates
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc...
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc Thanks to Sylvain Corlay for the suggestion.

File last commit:

r17886:6476f5a8
r18058:c7253b21
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.